Check All Scripts with URLVoid

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

Qu'est-ce que Check All Scripts with URLVoid ?

Check All Scripts with URLVoid est une extension Chrome développée par hchiam, et sa fonction principale est "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Check All Scripts with URLVoid

Téléchargez les fichiers d'extension Check All Scripts with URLVoid au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Check All Scripts with URLVoid Check All Scripts with URLVoid
ID inehjeemhpipbglglmjnnabcfpofeljm
URL Officiel https://chromewebstore.google.com/detail/check-all-scripts-with-ur/inehjeemhpipbglglmjnnabcfpofeljm
Description Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)
Taille du Fichier 107 KB
Nombre d'Installations 57
Version Actuelle 3.0.0
Dernière Mise à Jour 2023-12-30
Date de Publication 2020-07-02
Développeur hchiam
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hchiam/urlvoid-firefox-extension
URL de la Page d'Aide https://github.com/hchiam/urlvoid-firefox-extension/issues
Langues Prises en Charge 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"
    ]
}