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"입니다.

확장 프로그램 스크린샷

screenshot

ScareMail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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