Script Control
Allow or block JavaScript.
什么是Script Control?
Script Control是由Kai Nightmode开发的Chrome扩展程序,该扩展的主要功能是“Allow or block JavaScript.”。
扩展截图
下载Script Control扩展crx文件
下载Script Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FEATURES • Allow or block JavaScript globally. • Allow or block JavaScript for multiple domains. • Allow or block JavaScript for individual domains. • Light and dark theme preferences. LIMITATIONS Chrome only allows 5000 simple rules (single domain) and 1000 complex rules (multiple domains). If you think you need more rules you may want to try an extension like NoScript or uBlock Origin that may not be using Chrome's new rule based technology. Script Control modifies security headers at low level to allow or block JavaScript. If you are using another security focused extension that is using the same technique, one or both extensions may interfere with each other. PRIVACY Script Control respects your privacy. https://nightmode.fm/software/script-control/privacy DONATE This software may be free but my love of loose leaf tea is not. Donate to support my work and unlock private messages on Ko-fi. https://ko-fi.com/kai_nightmode
扩展基本信息
名称 | Script Control |
ID | lhdjmcedmkdenkgphahlnmkbddhbgeoh |
官方URL | https://chromewebstore.google.com/detail/script-control/lhdjmcedmkdenkgphahlnmkbddhbgeoh |
简介 | Allow or block JavaScript. |
文件大小 | 366 KB |
安装次数 | 144 |
当前版本 | 2023.10.24.0 |
更新时间 | 2023-10-26 |
上架时间 | 2021-05-01 |
评分 | 5.00/5 共2次评分 |
开发者 | Kai Nightmode |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nightmode.fm/software/script-control |
帮助页面URL | https://ko-fi.com/kai_nightmode |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "images\/icon\/status\/status-blue-16.png", "24": "images\/icon\/status\/status-blue-24.png", "32": "images\/icon\/status\/status-blue-32.png", "48": "images\/icon\/status\/status-blue-48.png", "64": "images\/icon\/status\/status-blue-64.png", "96": "images\/icon\/status\/status-blue-96.png", "128": "images\/icon\/status\/status-blue-128.png" }, "default_popup": "page\/light\/dark\/popup.html", "default_title": "Script Control" }, "background": { "service_worker": "background.js" }, "description": "Allow or block JavaScript.", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon\/logo\/logo-dark-16.png", "24": "images\/icon\/logo\/logo-dark-24.png", "32": "images\/icon\/logo\/logo-dark-32.png", "48": "images\/icon\/logo\/logo-dark-48.png", "64": "images\/icon\/logo\/logo-dark-64.png", "96": "images\/icon\/logo\/logo-dark-96.png", "128": "images\/icon\/logo\/logo-dark-128.png" }, "incognito": "spanning", "manifest_version": 3, "minimum_chrome_version": "92", "name": "Script Control", "options_ui": { "open_in_tab": true, "page": "page\/light\/dark\/options.html" }, "permissions": [ "browsingData", "declarativeNetRequest", "declarativeNetRequestFeedback", "scripting", "storage", "tabs" ], "short_name": "S.Control", "version": "2023.10.24.0" } |