Donald Dump

Turn Trump into Dump

Qu'est-ce que Donald Dump ?

Donald Dump est une extension Chrome développée par Michael Pastore, et sa fonction principale est "Turn Trump into Dump".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Donald Dump

Téléchargez les fichiers d'extension Donald Dump 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

                        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                    

Informations de Base sur l'Extension

Nom Donald Dump Donald Dump
ID iiefianghlihkhlemfmoodbkfdlhegin
URL Officiel https://chromewebstore.google.com/detail/donald-dump/iiefianghlihkhlemfmoodbkfdlhegin
Description Turn Trump into Dump
Taille du Fichier 76.6 KB
Nombre d'Installations 19
Version Actuelle 0.5
Dernière Mise à Jour 2016-03-09
Date de Publication 2016-03-09
Évaluation 4.00/5 Total 4 Évaluations
Développeur Michael Pastore
Type de Paiement free
Langues Prises en Charge 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"
    }
}