Fallen Zuma

Impeach Zuma from the Internet

Fallen Zuma क्या है?

Fallen Zuma https://www.mitchsaid.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Impeach Zuma from the Internet"।

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

screenshot
screenshot

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

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

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

                        Add this Chrome extension for guaranteed Zuma-free browsing, and live in online world where Zuma has already fallen.

Note: though this extension needs permissions to read page content, absolutely no personal data is read or stored in any way.                    

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

नाम Fallen Zuma Fallen Zuma
ID ehpggdllcbcbhabfpiknphnndhnniepe
आधिकारिक URL https://chromewebstore.google.com/detail/fallen-zuma/ehpggdllcbcbhabfpiknphnndhnniepe
विवरण Impeach Zuma from the Internet
फ़ाइल का आकार 84.43 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-04-22
प्रकाशन तिथि 2016-04-21
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर https://www.mitchsaid.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.mitchsaid.com/fallenzuma
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fallen Zuma",
    "description": "Impeach Zuma from the Internet",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "animate.css"
            ],
            "js": [
                "jquery-2.2.2.min.js",
                "jquery.blast.min.js",
                "wow.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}