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.

Was ist The Dump Trump Club?

The Dump Trump Club ist eine Chrome-Erweiterung, die von Mack Flavelle entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.".

Erweiterungsscreenshots

screenshot

The Dump Trump Club-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Dump Trump Club-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name The Dump Trump Club The Dump Trump Club
ID hdhcogehbfepcjpdphcbpaaffebppljl
Offizielle URL https://chrome.google.com/webstore/detail/the-dump-trump-club/hdhcogehbfepcjpdphcbpaaffebppljl
Beschreibung A chrome extension that removes all mention of Donald Trump from every web page.We replace his name with one of our preferred terms.
Dateigröße 3.54 KB
Installationsanzahl 32
Aktuelle Version 0.1
Letztes Update 2016-02-25
Veröffentlichungsdatum 2016-02-25
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Mack Flavelle
Zahlungsart free
Erweiterungswebsite http://thedumptrump.club
Unterstützte Sprachen 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
        }
    ]
}