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 扩展基本信息
| 名称 | |
| ID | inehjeemhpipbglglmjnnabcfpofeljm |
| 官方URL | 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"
]
} | |