Trumper Dumper

Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else

Trumper Dumper क्या है?

Trumper Dumper arjen k. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else"।

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

screenshot

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

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

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

                        Trumper Dumper is a chrome extension for changing Donald j. Trump's name to any word you please. It can also optionally try to change photos of him into pictures of kittens or a picture of your choosing. Because browsing online news outlets will be something you can handle.

--- features ---

- changes his picture into kittens by default
- changes his picture into a custom image url you set
- changes his slogan into something else
- changes a variety of different combinations of his name into a word of your choosing
- works with iframes, ajax calls etc.
- live pause and resume
- updates your settings on all devices (requires google sync)

Please consider a donation!

--- changes ---

-- v 0.4.0 --

- improved performance
- only updates new items added to screen
- live pause and resume
- removed tab refresh                    

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

नाम Trumper Dumper Trumper Dumper
ID ielgdaffmgedcmfijmfemfcgccbknhhm
आधिकारिक URL https://chromewebstore.google.com/detail/trumper-dumper/ielgdaffmgedcmfijmfemfcgccbknhhm
विवरण Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else
फ़ाइल का आकार 210 KB
स्थापना संख्या 91
वर्तमान संस्करण 0.4.0
अंतिम अपडेट 2018-08-13
प्रकाशन तिथि 2018-08-13
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर arjen k.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.arjenklaverstijn.com
सहायता पृष्ठ URL https://www.arjenklaverstijn.com/contact
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumper Dumper",
    "description": "Will change Trump's name to any word you please. It also changes photos of him into pictures of kittens or something else",
    "version": "0.4.0",
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "option_popup.html",
        "default_title": "Read the news without vommiting in your mouth"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/findAndReplaceDOMText.js",
                "js\/agentorange.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}