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.

Qu'est-ce que The Dump Trump Club ?

The Dump Trump Club est une extension Chrome développée par Mack Flavelle, et sa fonction principale est "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Dump Trump Club

Téléchargez les fichiers d'extension The Dump Trump Club au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
URL Officiel 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.
Taille du Fichier 3.54 KB
Nombre d'Installations 32
Version Actuelle 0.1
Dernière Mise à Jour 2016-02-25
Date de Publication 2016-02-25
Évaluation 5.00/5 Total 9 Évaluations
Développeur Mack Flavelle
Type de Paiement free
Site Web de l'Extension http://thedumptrump.club
Langues Prises en Charge 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
        }
    ]
}