Donald Dump

Turn Trump into Dump

Donald Dump क्या है?

Donald Dump Michael Pastore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn Trump into Dump"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Donald Dump एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Donald Dump Donald Dump
ID iiefianghlihkhlemfmoodbkfdlhegin
आधिकारिक URL https://chromewebstore.google.com/detail/donald-dump/iiefianghlihkhlemfmoodbkfdlhegin
विवरण Turn Trump into Dump
फ़ाइल का आकार 76.6 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.5
अंतिम अपडेट 2016-03-09
प्रकाशन तिथि 2016-03-09
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Michael Pastore
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}