Donald trumps Hitler

Replaces the word "Muslim" with "Jew"

Donald trumps Hitlerとは何ですか?

Donald trumps HitlerはTeen Wolfによって開発されたChromeの拡張機能で、その主な機能は「Replaces the word "Muslim" with "Jew"」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Donald trumps Hitler Donald trumps Hitler
ID jdlfcgkjahlhejmknenajkmeeanbkefo
公式URL https://chromewebstore.google.com/detail/donald-trumps-hitler/jdlfcgkjahlhejmknenajkmeeanbkefo
説明 Replaces the word "Muslim" with "Jew"
ファイルサイズ 300 KB
インストール数 16
現在のバージョン 1.0
最終更新日 2015-12-09
公開日 2015-12-09
評価 3.00/5 合計 2 レビュー
開発者 Teen Wolf
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald trumps Hitler",
    "description": "Replaces the word \"Muslim\" with \"Jew\"",
    "version": "1.0",
    "icons": {
        "16": "trump_logo16.png",
        "19": "trump_logo19.png",
        "38": "trump_logo38.png",
        "48": "trump_logo48.png",
        "128": "trump_logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "trump_logo16.png",
            "19": "trump_logo19.png",
            "38": "trump_logo38.png",
            "48": "trump_logo48.png",
            "128": "trump_logo128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "trump.js"
            ],
            "run_at": "document_end"
        }
    ]
}