Donald Trump Filter

Block the Donald Trump and his stupidity

Donald Trump Filter क्या है?

Donald Trump Filter ajones061392 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block the Donald Trump and his stupidity"।

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

screenshot
screenshot

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

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

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

                        Similar to the Kardashian Filter, this Filter will block the lovely racist Donald Trump from you web browsing. Give me some feedback and help me make this extension even better! 

Aaron Jones                    

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

नाम Donald Trump Filter Donald Trump Filter
ID efjoldeklealkgmfnellniibecdmikio
आधिकारिक URL https://chrome.google.com/webstore/detail/donald-trump-filter/efjoldeklealkgmfnellniibecdmikio
विवरण Block the Donald Trump and his stupidity
फ़ाइल का आकार 63.75 KB
स्थापना संख्या 110
वर्तमान संस्करण 1.1
अंतिम अपडेट 2015-12-01
प्रकाशन तिथि 2015-12-01
रेटिंग 2.89/5 कुल 9 रेटिंग्स
डेवलपर ajones061392
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Filter",
    "description": "Block the Donald Trump and his stupidity",
    "version": "1.1",
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}