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.

Wat is The Dump Trump Club?

The Dump Trump Club is een Chrome-extensie ontwikkeld door Mack Flavelle, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Dump Trump Club

Download The Dump Trump Club-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
Officiële URL https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Beschrijving A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Bestandsgrootte 3.54 KB
Aantal Installaties 32
Huidige Versie 0.1
Laatst Bijgewerkt 2016-02-25
Publicatiedatum 2016-02-25
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar Mack Flavelle
Betalingswijze free
Extensiewebsite http://thedumptrump.club
Ondersteunde Talen 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
        }
    ]
}