Check All Scripts with URLVoid
Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)
Wat is Check All Scripts with URLVoid?
Check All Scripts with URLVoid is een Chrome-extensie ontwikkeld door hchiam, en de belangrijkste functie is "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)".
Extensie Screenshots
Download het CRX-bestand van de extensie Check All Scripts with URLVoid
Download Check All Scripts with URLVoid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | inehjeemhpipbglglmjnnabcfpofeljm |
| Officiële URL | https://chromewebstore.google.com/detail/check-all-scripts-with-ur/inehjeemhpipbglglmjnnabcfpofeljm |
| Beschrijving | Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.) |
| Bestandsgrootte | 107 KB |
| Aantal Installaties | 57 |
| Huidige Versie | 3.0.0 |
| Laatst Bijgewerkt | 2023-12-30 |
| Publicatiedatum | 2020-07-02 |
| Ontwikkelaar | hchiam |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/hchiam/urlvoid-firefox-extension |
| Help Pagina-URL | https://github.com/hchiam/urlvoid-firefox-extension/issues |
| Ondersteunde Talen | 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"
]
} | |