Terrorists to Communists

Replaces terrorists with communists

Terrorists to Communistsとは何ですか?

Terrorists to CommunistsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replaces terrorists with communists」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Communists are scary. But what's even scarier than communists? COMMUNISTS.

The Red Scare returns, coming soon to a browser near you. McCarthyism, the Chrome extension.                    

拡張機能の基本情報

名前 Terrorists to Communists Terrorists to Communists
ID pddpoicomcfeklpandjbocolimheohcn
公式URL https://chromewebstore.google.com/detail/terrorists-to-communists/pddpoicomcfeklpandjbocolimheohcn
説明 Replaces terrorists with communists
ファイルサイズ 52.86 KB
インストール数 72
現在のバージョン 1.0
最終更新日 2015-10-18
公開日 2015-10-18
評価 2.18/5 合計 11 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/ChimeraCoder/terrorists-to-communists
ヘルプページのURL https://github.com/ChimeraCoder/terrorists-to-communists/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Terrorists to Communists",
    "version": "1.0",
    "description": "Replaces terrorists with communists",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "Source\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}