Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Github with a cape

Github with a cape

Chrome Extension which adds customizable features to GitHub

2 followers

Chrome Extension which adds customizable features to GitHub

2 followers

Visit website
Code editors
•
Git clients
•
Chrome Extensions
  • Overview
  • Launches2
  • Reviews
  • Alternatives
  • Team
  • Awards
  • More
Company Info
github-with-a-cape.nicosantangelo.com
Github with a cape Info
Launched in 2016View 2 launches
Forum
p/github-with-a-cape
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt

Similar Products

Front
Front
The modern customer service platform built for collaboration
4.9(11 reviews)
Team collaboration softwareEmail clients
Notopass
Notopass
Share your accounts without giving username/password
Authentication & identity toolsSecurity software
Jam!
Jam!
Binge more. Pay less. With friends! 😍
SuperTokens
Open source email & password auth for developers
4.5(4 reviews)
Authentication & identity tools
InPrivy
InPrivy
Share confidential details the secure way
View more
Appwrite
Appwrite — The open-source Vercel alternative
The open-source Vercel alternative
Promoted

Github with a cape Launches

ShareAccount
ShareAccount Share your account without giving out your password

Launched on October 20th, 2017

ShareAccount was ranked #3 of the day for October 21st, 2017
ShareAccount was ranked #3 of the day for October 21st, 2017

Do you use Github with a cape?

This is the 2nd launch from Github with a cape. View more

ShareAccount

Share your account without giving out your password
ShareAccount was ranked #3 of the day for October 21st, 2017

An open source chrome extension which shares your current session. It uses cryptography to ensure that only the recipient can decode the result. There are no servers involved

ShareAccount gallery image
ShareAccount gallery image
ShareAccount gallery image
Launch tags:
Chrome Extensions•Productivity•Privacy
Launch Team
Nicolas Santángelo

What do you think? …

Nadia Faya
Nadia Faya

In the back it uses private/public key encryption, so it's super safe and you know that you'll only share your account with a particular person, no hacking possibilities :)

Pros:

Awesome extensions to share accounts with your partner or family without compromising your passwords. Netflix, Facebook, whatev, super safe!

Cons:

No complaints

Report
8yr ago
Martin Meany
Martin Meany
Is this more secure than AccessURL? I think that worked on Cookies.
Report
8yr ago
Nicolas Santángelo
Nicolas Santángelo
Github with a cape

Github with a cape

Maker
@goos3d_ie I'm not entirely sure how AccessURL worked. What I can you tell is that because there is no central database holding the sessions and no way that some other party, other than the code owner, can decrypt the session, it's pretty safe. That said, it's still cookies :( so it's not 100% foolproof. I wouldn't share anything without trusting the other party.
Report
8yr ago
Nitesh Manav
Nitesh Manav

Cyber Monday Linkbox

Just used it. Not sure about how AccessURL works but this is damn amazing. Thank you @devolino :) Few things: How it actually works by the way? Will it remain free forever? What is the maximum time ( like one month or one year) that I can share the account? Does it work only for the live session ( means the time till my computer is on and connected to internet)? What if I close my computer and open it again? Suppose I share my Facebook account with someone in another country. Will it give a red flag to the Facebook as how somebody can move from India to USA and hence can lock my account or ask me to pass security test etc.? Would love to know how it plays in the background. I mean will it be considered to be accessed from the same IP or different? Is there any known limitation? ( in terms of the site that I can share or anything else) One last question. though I see 250+ upvotes here but why does it it show only 2 users on the chrome extension store? Is there any otherway too, to download this. Just asking out of curiosity. :) Thank you so much.
Report
8yr ago
Nicolas Santángelo
Nicolas Santángelo
Github with a cape

Github with a cape

Maker
@niteshmanav Hey there, thanks so much! > How it actually works by the way? When you click share the extension first gathers up the essential cookies of the site you have open. It then applies an expiration time (if you set a timeout). Lastly it uses Private and Public keys (https://en.wikipedia.org/wiki/Pu...) to encrypt it in such a way that only the owner of the code you received can decrypt it. When you get an encrypted account, it works backwards. It first decrypts the cookies and then it applies them to a new tab. It's an oversimplification but it's not much more to it than that! you can see the code on the GitHub page if you like. > Will it remain free forever? Yup! I made it for fun and you can remix it and re-publish it if you want. > What is the maximum time ( like one month or one year) that I can share the account? Does it work only for the live session ( means the time till my computer is on and connected to internet)? What if I close my computer and open it again? There's no real maximum time, that said the account might expire before that (for example if you log out on your end). You can close your computer with no repercussions! Once the sharing flow is complete and the receiver pressed RECEIVE, the extension steps aside for the webiste to manage the account, so it works as if you had logged in in that computer. > Suppose I share my Facebook account with someone in another country. Will it give a red flag to the Facebook as how somebody can move from India to USA and hence can lock my account or ask me to pass security test etc.? Would love to know how it plays in the background. I mean will it be considered to be accessed from the same IP or different? It's a different IP, so depending on how Facebook handles Country detection it might trigger something. I _think_ most checks are made on the logging process, so it should be fine if that's the case, but I can't say for sure. > Is there any known limitation? ( in terms of the site that I can share or anything else) Not really, but I woudn't say it's foolproof. The process of actually sharing the account it's pretty simple, it's just "lending" cookies, but some problems might arise with IP detection as you mentioned with the Facebook case. > One last question. though I see 250+ upvotes here but why does it it show only 2 users on the chrome extension store? Is there any otherway too, to download this. Just asking out of curiosity. :) You could download the source code from GitHub and install it yourself, but the Webstore is the "official" way. The problem with chrome store info is that it's notoriously bad when it comes to counters (it's on 50 downloads right now). I've been experiencing similar issues with another extension I made ( https://goo.gl/Yi9Htq ), where the installs stop counting for certain days. Hope it picks up! I hope I answered most of it!
Report
8yr ago
Nitesh Manav
Nitesh Manav

Cyber Monday Linkbox

@devolino Thank you so much for such a detailed answer. You resolved many of my queries. Just checked your "Hangouts Notifications" extension which is a pretty popular extension out there. Thank you so much for making this. Regards.
Report
8yr ago
Reviews
Helpful

You might also like

Front
Front
The modern customer service platform built for collaboration
Notopass
Notopass
Share your accounts without giving username/password
Jam!
Jam!
Binge more. Pay less. With friends! 😍
SuperTokens
Open source email & password auth for developers
InPrivy
InPrivy
Share confidential details the secure way
Tiki
Tiki
Burner for the Snapchat generation
View more
Review Github with a cape?Be the first to review Github with a cape