The Dump Trump Club

A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.

What is The Dump Trump Club?

The Dump Trump Club is a Chrome extension developed by Mack Flavelle, and its main feature is "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

Extension Screenshots

screenshot

Download The Dump Trump Club Extension CRX File

Download The Dump Trump Club 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

                        The Dump Trump Club is a chrome extension that removes all mention of Donald Trump from every web page you visit. Instead we replace his name with one of our preferred terms.

If you have to ask why - this probably isn't for you.

Got suggestions for what to call Trump? Hit twitter with your ideas and the #thedumptrumpclub hashtag. We'll find the best and take it from there.                    

Extension Basic Information

Name The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
Official URL https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Description A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
File Size 3.54 KB
Installation Count 32
Current Version 0.1
Last Updated 2016-02-25
Publish Date 2016-02-25
Rating 5.00/5 Total 9 Ratings
Developer Mack Flavelle
Payment Type free
Extension Website http://thedumptrump.club
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Dump Trump Club",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}