Donald Dump

Turn Trump into Dump

Was ist Donald Dump?

Donald Dump ist eine Chrome-Erweiterung, die von Michael Pastore entwickelt wurde, und ihr Hauptmerkmal ist "Turn Trump into Dump".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Donald Dump-Erweiterungs-CRX-Datei herunterladen

Laden Sie Donald Dump-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

                        At which point do you abstain from clickbait in pursuit of a higher-content calling?
What if this clickbait is running for president?
And this potential president perpetuates hatespeak?
How do you balance "not mentioning his name to quell his flame" with "gobbling up the latest hate"?

I don't have answers to any of these questions. But here's an extension that changes the word "Trump" into a random, lame, monosyllabic -ump word.

UPDATE with v0.4: images on the page are now replaced with a random cat image (thanks to lorempixel.com!)
UPDATE with v.0.5: inspired by John Oliver, I added "Drumpf" into the mix                    

Grundlegende Informationen zur Erweiterung

Name Donald Dump Donald Dump
ID iiefianghlihkhlemfmoodbkfdlhegin
Offizielle URL https://chromewebstore.google.com/detail/donald-dump/iiefianghlihkhlemfmoodbkfdlhegin
Beschreibung Turn Trump into Dump
Dateigröße 76.6 KB
Installationsanzahl 19
Aktuelle Version 0.5
Letztes Update 2016-03-09
Veröffentlichungsdatum 2016-03-09
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Michael Pastore
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Dump",
    "version": "0.5",
    "description": "Turn Trump into Dump",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "trump48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "trump48.png",
        "128": "trump128.png"
    }
}