Destroy It!

Toggle the ability to destroy any ads or annoying elements of a webpage.

Destroy It! क्या है?

Destroy It! thejackcohen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle the ability to destroy any ads or annoying elements of a webpage."।

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

screenshot

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

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

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

                                            

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

नाम Destroy It! Destroy It!
ID ijikkmpakihdnnccdjpcbfomojdfbjhj
आधिकारिक URL https://chrome.google.com/webstore/detail/destroy-it/ijikkmpakihdnnccdjpcbfomojdfbjhj
विवरण Toggle the ability to destroy any ads or annoying elements of a webpage.
फ़ाइल का आकार 80.51 KB
स्थापना संख्या 4,851
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-12-27
प्रकाशन तिथि 2015-12-27
रेटिंग 2.26/5 कुल 19 रेटिंग्स
डेवलपर thejackcohen
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Destroy It!",
    "short_name": "Destroy It!",
    "description": "Toggle the ability to destroy any ads or annoying elements of a webpage.",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "src\/popup.html",
        "default_title": "Destroy It!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/destroy.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}