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.

Cos'è The Dump Trump Club?

The Dump Trump Club è un'estensione di Chrome sviluppata da Mack Flavelle, e la sua funzione principale è "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Dump Trump Club

Scarica i file di estensione The Dump Trump Club in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
URL Ufficiale https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Descrizione A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Dimensione del File 3.54 KB
Conteggio Installazioni 32
Versione Corrente 0.1
Ultimo Aggiornamento 2016-02-25
Data di Pubblicazione 2016-02-25
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Mack Flavelle
Tipo di Pagamento free
Sito Web dell'Estensione http://thedumptrump.club
Lingue Supportate 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
        }
    ]
}