ScareMail
Makes email "scary" in order to disrupt NSA surveillance
什麼是ScareMail?
ScareMail是由https://bengrosser.com開發的Chrome擴展程式,該擴展的主要功能是“Makes email "scary" in order to disrupt NSA surveillance”。
擴展截圖
下載ScareMail擴展crx文件
下載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 |
ID | eepplgobicobmfkbgbfdfjeabhlffkjn |
官方網址 | 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" ] } ] } |