Check All Scripts with URLVoid

Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)

Check All Scripts with URLVoid क्या है?

Check All Scripts with URLVoid hchiam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is the Chrome version of the Firefox add-on: 
https://addons.mozilla.org/en-CA/firefox/addon/check-all-scripts-with-urlvoid

You can find the source code here: 
https://github.com/hchiam/urlvoid-firefox-extension                    

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

नाम Check All Scripts with URLVoid Check All Scripts with URLVoid
ID inehjeemhpipbglglmjnnabcfpofeljm
आधिकारिक URL https://chromewebstore.google.com/detail/check-all-scripts-with-ur/inehjeemhpipbglglmjnnabcfpofeljm
विवरण Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)
फ़ाइल का आकार 107 KB
स्थापना संख्या 57
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2023-12-30
प्रकाशन तिथि 2020-07-02
डेवलपर hchiam
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hchiam/urlvoid-firefox-extension
सहायता पृष्ठ URL https://github.com/hchiam/urlvoid-firefox-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Check All Scripts with URLVoid",
    "description": "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)",
    "version": "3.0.0",
    "homepage_url": "https:\/\/github.com\/hchiam\/urlvoid-firefox-extension",
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "brain.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}