greyman

Generates a different identity for every website you visit.

什麼是greyman?

greyman是由bsoric開發的Chrome擴展程式,該擴展的主要功能是“Generates a different identity for every website you visit.”。

擴展截圖

screenshot

下載greyman擴展crx文件

下載greyman擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 greyman greyman
ID cdjnjocodhdjdjdphkdiganaenoilfpj
官方網址 https://chromewebstore.google.com/detail/greyman/cdjnjocodhdjdjdphkdiganaenoilfpj
簡介 Generates a different identity for every website you visit.
檔案大小 18.88 KB
安裝次數 26
目前版本 3.0
更新時間 2017-03-13
上架時間 2017-03-12
評分 4.00/5 共 1 次評分
開發者 bsoric
付費類型 free
擴展官網 http://bsoric.com/greyman/
支援的語言 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"
    }
}