Trump Cookienator

This extension changes any Trump picture to picture of a cookie monster

Trump Cookienator क्या है?

Trump Cookienator grace_inspace द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension changes any Trump picture to picture of a cookie monster"।

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

screenshot

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

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

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

                        This extension will get rid of SOME of your imagery of Trump on the webpage, please note that not all Trump images can be destroyed.                    

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

नाम Trump Cookienator Trump Cookienator
ID geeiikhnnfmllpdljeefgfgnamhlonmf
आधिकारिक URL https://chrome.google.com/webstore/detail/geeiikhnnfmllpdljeefgfgnamhlonmf
विवरण This extension changes any Trump picture to picture of a cookie monster
फ़ाइल का आकार 3.14 MB
स्थापना संख्या 60
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-11-10
प्रकाशन तिथि 2016-11-10
रेटिंग 4.71/5 कुल 7 रेटिंग्स
डेवलपर grace_inspace
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Cookienator",
    "description": "This extension changes any Trump picture to picture of a cookie monster",
    "version": "1.0",
    "background": "background.html",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}