Flagger

Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.

Flaggerとは何ですか?

Flaggerはhttps://flagger.ioによって開発されたChromeの拡張機能で、その主な機能は「Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Flagger拡張機能のCRXファイルをダウンロード

Flagger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Flagger is a browser add-on that automatically puts red flag keywords (like bomb, Taliban and anthrax) into the web addresses you visit. Install Flagger and help us send a message: government surveillance has gone too far.                    

拡張機能の基本情報

名前 Flagger Flagger
ID dhnmamoofolkjakgakfncmdbmmfofaam
公式URL https://chromewebstore.google.com/detail/flagger/dhnmamoofolkjakgakfncmdbmmfofaam
説明 Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.
ファイルサイズ 247 KB
インストール数 104
現在のバージョン 1.2.0
最終更新日 2014-12-05
公開日 2014-12-04
評価 4.25/5 合計 8 レビュー
開発者 https://flagger.io
支払い方法 free
拡張機能のウェブサイト http://flagger.io
ヘルプページのURL http://flagger.io/faq.php
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flagger",
    "version": "1.2.0",
    "icons": {
        "19": "data\/images\/icon_logo_19.png",
        "48": "data\/images\/icon_logo_48.png",
        "128": "data\/images\/icon_logo_128.png"
    },
    "description": "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.",
    "browser_action": {
        "default_title": "Click for Flagger!",
        "default_icon": {
            "19": "data\/images\/flag_gray.png",
            "38": "data\/images\/flag_gray_38.png"
        },
        "default_popup": "data\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "lib\/flagger_http_observer_chrome.js",
            "lib\/flagger.js",
            "lib\/main_chrome.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "sandbox": {
        "pages": [
            "data\/html\/templating_sandbox.html"
        ]
    }
}