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開發的Chrome擴展程式,該擴展的主要功能是“Check all scripts. With 3 clicks. (Disclaimer: Not an official URLVoid tool. Experimental. Recommended to be used with NoScript.)”。
擴展截圖
下載Check All Scripts with URLVoid擴展crx文件
下載Check All Scripts with URLVoid擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | inehjeemhpipbglglmjnnabcfpofeljm |
官方網址 | 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" ] } |