Donald trumps Hitler

Replaces the word "Muslim" with "Jew"

What is Donald trumps Hitler?

Donald trumps Hitler is a Chrome extension developed by Teen Wolf, and its main feature is "Replaces the word "Muslim" with "Jew"".

Extension Screenshots

screenshot
screenshot
screenshot

Download Donald trumps Hitler Extension CRX File

Download Donald trumps Hitler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Donald trumps Hitler Donald trumps Hitler
ID jdlfcgkjahlhejmknenajkmeeanbkefo
Official URL https://chromewebstore.google.com/detail/donald-trumps-hitler/jdlfcgkjahlhejmknenajkmeeanbkefo
Description Replaces the word "Muslim" with "Jew"
File Size 300 KB
Installation Count 16
Current Version 1.0
Last Updated 2015-12-09
Publish Date 2015-12-09
Rating 3.00/5 Total 2 Ratings
Developer Teen Wolf
Payment Type free
Supported Languages 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"
        }
    ]
}