ScareMail

Makes email "scary" in order to disrupt NSA surveillance

Was ist ScareMail?

ScareMail ist eine Chrome-Erweiterung, die von https://bengrosser.com entwickelt wurde, und ihr Hauptmerkmal ist "Makes email "scary" in order to disrupt NSA surveillance".

Erweiterungsscreenshots

screenshot

ScareMail-Erweiterungs-CRX-Datei herunterladen

Laden Sie ScareMail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ScareMail ScareMail
ID eepplgobicobmfkbgbfdfjeabhlffkjn
Offizielle URL https://chromewebstore.google.com/detail/scaremail/eepplgobicobmfkbgbfdfjeabhlffkjn
Beschreibung Makes email "scary" in order to disrupt NSA surveillance
Dateigröße 1023 KB
Installationsanzahl 117
Aktuelle Version 1.0.1
Letztes Update 2013-10-02
Veröffentlichungsdatum 2013-10-01
Bewertung 3.67/5 Insgesamt 12 Bewertungen
Entwickler https://bengrosser.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://bengrosser.com/projects/scaremail/
Unterstützte Sprachen 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"
            ]
        }
    ]
}