Trump Replace

Replaces all instances of Trump's name on every page with something more tolerable.

What is Trump Replace?

Trump Replace is a Chrome extension developed by jackofspades, and its main feature is "Replaces all instances of Trump's name on every page with something more tolerable.".

Extension Screenshots

screenshot

Download Trump Replace Extension CRX File

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

                        A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.                    

Extension Basic Information

Name Trump Replace Trump Replace
ID ndkbcljkfigafchkgjacamkkomjmdkpe
Official URL https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe
Description Replaces all instances of Trump's name on every page with something more tolerable.
File Size 8 KB
Installation Count 77
Current Version 1.1.0
Last Updated 2016-10-13
Publish Date 2016-10-13
Rating 4.92/5 Total 12 Ratings
Developer jackofspades
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replace",
    "description": "Replaces all instances of Trump's name on every page with something more tolerable.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "trump.png",
        "26": "trump.png"
    }
}