ScareMail

Makes email "scary" in order to disrupt NSA surveillance

ScareMail là gì?

ScareMail là một tiện ích mở rộng Chrome được phát triển bởi https://bengrosser.com, và tính năng chính của nó là "Makes email "scary" in order to disrupt NSA surveillance".

Ả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 ScareMail

Tải xuống các tệp mở rộng ScareMail 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

                        ScareMail makes email "scary" in order to disrupt NSA surveillance. Extending Google's Gmail, the work adds to every new email's signature an algorithmically generated narrative containing a collection of probable NSA search terms. This "story" acts as a trap for NSA programs like PRISM and XKeyscore, forcing them to look at nonsense. Each email's story is unique in an attempt to avoid automated filtering by NSA search systems.                    

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

Tên ScareMail ScareMail
ID eepplgobicobmfkbgbfdfjeabhlffkjn
URL Chính Thức https://chromewebstore.google.com/detail/scaremail/eepplgobicobmfkbgbfdfjeabhlffkjn
Mô tả Makes email "scary" in order to disrupt NSA surveillance
Kích Thước Tệp 1023 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-10-02
Ngày Phát Hành 2013-10-01
Đánh Giá 3.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://bengrosser.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://bengrosser.com/projects/scaremail/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScareMail",
    "version": "1.0.1",
    "description": "Makes email \"scary\" in order to disrupt NSA surveillance",
    "homepage_url": "http:\/\/bengrosser.com\/projects\/scaremail\/",
    "manifest_version": 2,
    "icons": {
        "16": "scaremail-icon-16.png",
        "48": "scaremail-icon-48.png",
        "128": "scaremail-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "scaremail.user.js"
            ]
        }
    ]
}