greyman
Generates a different identity for every website you visit.
What is greyman?
greyman is a Chrome extension developed by bsoric, and its main feature is "Generates a different identity for every website you visit.".
Extension Screenshots
Download greyman Extension CRX File
Download greyman extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
greyman is a simple utility that generates a random name, date of birth, username and password for every website you browse to. It is designed to give users who don't wish for their accounts to be connected to them or to each other an easy way to manage their 'identities'. The 'seed' value lets users get an entirely new set of identities whenever they wish, and by copying a seed from one browser to another, can copy all of those identities as well. --- Version 2 includes an email address with Mailinator.com, and a more personal option for usernames. I can't guarantee the email addresses will stay the same forever, as the list of domains are controlled by Mailinator.com and may be updated in future versions. --- Version 3 just fixes the email link, which had been disabled by Mailinator sometime in the last 3 years. There's still an issue with the domains not all being valid, but I haven't figured out a good solution to that yet.
Extension Basic Information
Name | greyman |
ID | cdjnjocodhdjdjdphkdiganaenoilfpj |
Official URL | https://chromewebstore.google.com/detail/greyman/cdjnjocodhdjdjdphkdiganaenoilfpj |
Description | Generates a different identity for every website you visit. |
File Size | 18.88 KB |
Installation Count | 26 |
Current Version | 3.0 |
Last Updated | 2017-03-13 |
Publish Date | 2017-03-12 |
Rating | 4.00/5 Total 1 Ratings |
Developer | bsoric |
Payment Type | free |
Extension Website | http://bsoric.com/greyman/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "greyman", "version": "3.0", "description": "Generates a different identity for every website you visit.", "permissions": [ "contentSettings", "tabs", "storage" ], "browser_action": { "default_icon": "greyman19.png", "default_popup": "popup.html" }, "icons": { "128": "greyman128.png" } } |