Check All Scripts with URLVoid
Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)
Vad är Check All Scripts with URLVoid?
Check All Scripts with URLVoid är en Chrome-tillägg utvecklad av hchiam, och dess huvudfunktion är "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)".
Tilläggsskärmbilder
Ladda ner Check All Scripts with URLVoid-förlängningens CRX-fil
Ladda ner Check All Scripts with URLVoid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Check All Scripts with URLVoid |
ID | inehjeemhpipbglglmjnnabcfpofeljm |
Officiell webbadress | https://chromewebstore.google.com/detail/check-all-scripts-with-ur/inehjeemhpipbglglmjnnabcfpofeljm |
Beskrivning | Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.) |
Filstorlek | 107 KB |
Antal Installationer | 57 |
Aktuell Version | 3.0.0 |
Senast Uppdaterad | 2023-12-30 |
Publiceringsdatum | 2020-07-02 |
Utvecklare | hchiam |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/hchiam/urlvoid-firefox-extension |
Hjälpsida URL | https://github.com/hchiam/urlvoid-firefox-extension/issues |
Stödda Språk | 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" ] } |