ScareMail

Makes email "scary" in order to disrupt NSA surveillance

Что такое ScareMail?

ScareMail - это расширение Chrome, разработанное https://bengrosser.com, и его основная функция - "Makes email "scary" in order to disrupt NSA surveillance".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ScareMail

Скачайте файлы расширений ScareMail в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ScareMail ScareMail
ID eepplgobicobmfkbgbfdfjeabhlffkjn
Официальный URL https://chromewebstore.google.com/detail/scaremail/eepplgobicobmfkbgbfdfjeabhlffkjn
Описание Makes email "scary" in order to disrupt NSA surveillance
Размер файла 1023 KB
Количество установок 117
Текущая Версия 1.0.1
Последнее Обновление 2013-10-02
Дата публикации 2013-10-01
Рейтинг 3.67/5 Всего 12 оценок
Разработчик https://bengrosser.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://bengrosser.com/projects/scaremail/
Поддерживаемые языки 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"
            ]
        }
    ]
}