Trump To Hitler

This extension replaces all mentions of Trump's name with Hitler's name for the current page.

What is Trump To Hitler?

Trump To Hitler is a Chrome extension developed by danhstepanov, and its main feature is "This extension replaces all mentions of Trump's name with Hitler's name for the current page.".

Download Trump To Hitler Extension CRX File

Download Trump To 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

                        This extension replaces all mentions of Trump's name with Hitler's name for the current page.                    

Extension Basic Information

Name Trump To Hitler Trump To Hitler
ID ckjmfnbellhpcpidbeghfjmdgpobapfc
Official URL https://chromewebstore.google.com/detail/trump-to-hitler/ckjmfnbellhpcpidbeghfjmdgpobapfc
Description This extension replaces all mentions of Trump's name with Hitler's name for the current page.
File Size 36.65 KB
Installation Count 166
Current Version 0.0.3
Last Updated 2016-03-04
Publish Date 2016-03-03
Rating 5.00/5 Total 2 Ratings
Developer danhstepanov
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Hitler",
    "description": "This extension replaces all mentions of Trump's name with Hitler's name for the current page.",
    "version": "0.0.3",
    "icons": {
        "48": "hitler48.png",
        "128": "hitler128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}