Trumper Stumper

You can now stump the Trump

Trumper Stumper क्या है?

Trumper Stumper kittykatzapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can now stump the Trump"।

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

screenshot
screenshot
screenshot

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

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

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

                        Now you can Stump the Trump!

If your sick of seeing Donald Trump's stupid name and face plastered all over the internet you are not alone!

That's why we created "TRUMPER STUMPER" The only Google Chrome extension that allows you to replace all mentions of Donald Trump's name with "Happy Little Trees" and all pictures of Trump with pictures of the lovely Bob Ross!

Now next time Trump says/does something dumb and the internet plays right into his hands by sharing all his nonsense you never have to see it again! 

If a page fails to change his name or picture correctly, go to options and enable "dynamic replacement" and it will solve this issue.                    

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

नाम Trumper Stumper Trumper Stumper
ID mgkldjfgncfmihfiimielnnhcpcmeapa
आधिकारिक URL https://chromewebstore.google.com/detail/trumper-stumper/mgkldjfgncfmihfiimielnnhcpcmeapa
विवरण You can now stump the Trump
फ़ाइल का आकार 1.21 MB
स्थापना संख्या 54
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-01-05
प्रकाशन तिथि 2016-01-05
रेटिंग 4.94/5 कुल 16 रेटिंग्स
डेवलपर kittykatzapps
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumper Stumper",
    "description": "You can now stump the Trump",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "Trump128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "Trump48.png",
        "128": "Trump128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    }
}