ScareMail

Makes email "scary" in order to disrupt NSA surveillance

What is ScareMail?

ScareMail is a Chrome extension developed by https://bengrosser.com, and its main feature is "Makes email "scary" in order to disrupt NSA surveillance".

Extension Screenshots

screenshot

Download ScareMail Extension CRX File

Download ScareMail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ScareMail ScareMail
ID eepplgobicobmfkbgbfdfjeabhlffkjn
Official URL https://chromewebstore.google.com/detail/scaremail/eepplgobicobmfkbgbfdfjeabhlffkjn
Description Makes email "scary" in order to disrupt NSA surveillance
File Size 1023 KB
Installation Count 117
Current Version 1.0.1
Last Updated 2013-10-02
Publish Date 2013-10-01
Rating 3.67/5 Total 12 Ratings
Developer https://bengrosser.com
Email [email protected]
Payment Type free
Extension Website http://bengrosser.com/projects/scaremail/
Supported Languages 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"
            ]
        }
    ]
}