X-blocker
Blocks incoming things from the web.
什么是X-blocker?
X-blocker是由Rudie Dirkx开发的Chrome扩展程序,该扩展的主要功能是“Blocks incoming things from the web.”。
扩展截图
下载X-blocker扩展crx文件
下载X-blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block. For instance, block all `nicescroll.js` scripts.
扩展基本信息
名称 | X-blocker |
ID | klfccdpgijdpcojlaohmnccfpdomgadh |
官方URL | https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh |
简介 | Blocks incoming things from the web. |
文件大小 | 18.7 KB |
安装次数 | 817 |
当前版本 | 1.10 |
更新时间 | 2023-05-13 |
上架时间 | 2016-03-23 |
评分 | 5.00/5 共1次评分 |
开发者 | Rudie Dirkx |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/rudiedirkx/xblocker-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "X-blocker", "description": "Blocks incoming things from the web.", "version": "1.10", "permissions": [ "storage", "declarativeNetRequest" ], "optional_host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "xblocker.sw.js" }, "options_page": "options\/options.html", "action": { "default_title": "X-blocker - Click to toggle & reload", "default_icon": { "128": "images\/128x128.png" } }, "icons": { "128": "images\/128x128.png" }, "manifest_version": 3 } |