Donald Dump

Turn Trump into Dump

Hvad er Donald Dump?

Donald Dump er en Chrome-udvidelse udviklet af Michael Pastore, og dens hovedfunktion er "Turn Trump into Dump".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Donald Dump-udvidelses-CRX-fil

Download Donald Dump-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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Donald Dump Donald Dump
ID iiefianghlihkhlemfmoodbkfdlhegin
Officiel URL https://chromewebstore.google.com/detail/donald-dump/iiefianghlihkhlemfmoodbkfdlhegin
Beskrivelse Turn Trump into Dump
Filstørrelse 76.6 KB
Antal Installationer 19
Nuværende Version 0.5
Senest Opdateret 2016-03-09
Udgivelsesdato 2016-03-09
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler Michael Pastore
Betalingsmetode free
Understøttede Sprog 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"
    }
}