greyman

Generates a different identity for every website you visit.

greyman là gì?

greyman là một tiện ích mở rộng Chrome được phát triển bởi bsoric, và tính năng chính của nó là "Generates a different identity for every website you visit.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng greyman

Tải xuống các tệp mở rộng greyman dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên greyman greyman
ID cdjnjocodhdjdjdphkdiganaenoilfpj
URL Chính Thức https://chromewebstore.google.com/detail/greyman/cdjnjocodhdjdjdphkdiganaenoilfpj
Mô tả Generates a different identity for every website you visit.
Kích Thước Tệp 18.88 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2017-03-13
Ngày Phát Hành 2017-03-12
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bsoric
Loại Thanh Toán free
Trang Web Mở Rộng http://bsoric.com/greyman/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}