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"
            ]
        }
    ]
}