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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}