Check All Scripts with URLVoid
Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)
Hvad er Check All Scripts with URLVoid?
Check All Scripts with URLVoid er en Chrome-udvidelse udviklet af hchiam, og dens hovedfunktion er "Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)".
Udvidelsesskærmbilleder
Download Check All Scripts with URLVoid-udvidelses-CRX-fil
Download Check All Scripts with URLVoid-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Check All Scripts with URLVoid |
ID | inehjeemhpipbglglmjnnabcfpofeljm |
Officiel URL | https://chromewebstore.google.com/detail/check-all-scripts-with-ur/inehjeemhpipbglglmjnnabcfpofeljm |
Beskrivelse | Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.) |
Filstørrelse | 107 KB |
Antal Installationer | 57 |
Nuværende Version | 3.0.0 |
Senest Opdateret | 2023-12-30 |
Udgivelsesdato | 2020-07-02 |
Udvikler | hchiam |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/hchiam/urlvoid-firefox-extension |
Hjælpeside-URL | https://github.com/hchiam/urlvoid-firefox-extension/issues |
Understøttede Sprog | 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" ] } |