Trump To Chump

Replaces the text 'Trump' with 'Chump'.

What is Trump To Chump?

Trump To Chump is a Chrome extension developed by Drew Wasem, and its main feature is "Replaces the text 'Trump' with 'Chump'.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Trump To Chump Extension CRX File

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

                        Spreading the truth throughout the internet, Donald Trump is a Chump.                    

Extension Basic Information

Name Trump To Chump Trump To Chump
ID almlkepgjlmnpndeahbcpinhhdffbech
Official URL https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech
Description Replaces the text 'Trump' with 'Chump'.
File Size 18.68 KB
Installation Count 19
Current Version 1
Last Updated 2015-08-23
Publish Date 2015-08-23
Rating 5.00/5 Total 2 Ratings
Developer Drew Wasem
Payment Type free
Extension Website https://github.com/CapeDrew/Trump-To-Chump
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Chump",
    "short_name": "Trump To Chump",
    "description": "Replaces the text 'Trump' with 'Chump'.",
    "author": "Andrew R Wasem",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}