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.

Vad är The Dump Trump Club?

The Dump Trump Club är en Chrome-tillägg utvecklad av Mack Flavelle, och dess huvudfunktion är "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

Tilläggsskärmbilder

screenshot

Ladda ner The Dump Trump Club-förlängningens CRX-fil

Ladda ner The Dump Trump Club-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
Officiell webbadress https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Beskrivning A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Filstorlek 3.54 KB
Antal Installationer 32
Aktuell Version 0.1
Senast Uppdaterad 2016-02-25
Publiceringsdatum 2016-02-25
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare Mack Flavelle
Betalningssätt free
Tilläggswebbplats http://thedumptrump.club
Stödda Språk 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
        }
    ]
}