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.

Hvad er The Dump Trump Club?

The Dump Trump Club er en Chrome-udvidelse udviklet af Mack Flavelle, og dens hovedfunktion er "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

Udvidelsesskærmbilleder

screenshot

Download The Dump Trump Club-udvidelses-CRX-fil

Download The Dump Trump Club-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
Officiel URL https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Beskrivelse A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Filstørrelse 3.54 KB
Antal Installationer 32
Nuværende Version 0.1
Senest Opdateret 2016-02-25
Udgivelsesdato 2016-02-25
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler Mack Flavelle
Betalingsmetode free
Udvidelseswebsted http://thedumptrump.club
Understøttede Sprog 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
        }
    ]
}