New-Tab Blocker
Blocks new tabs from specified websites
什么是New-Tab Blocker?
New-Tab Blocker是由konrad开发的Chrome扩展程序,该扩展的主要功能是“Blocks new tabs from specified websites”。
扩展截图
下载New-Tab Blocker扩展crx文件
下载New-Tab Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab. It is possible to specifiy which websites are allowed to open new tabs and which not. Tips: - to block all new tabs, add "" (nothing) to the "URL Beginnings" list - you can install this Chrome extension on Android with the Kiwi Browser GitHub: https://github.com/conrim/newtab-blocker
扩展基本信息
名称 | New-Tab Blocker |
ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
官方URL | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
简介 | Blocks new tabs from specified websites |
文件大小 | 34.42 KB |
安装次数 | 978 |
当前版本 | 0.0.2 |
更新时间 | 2023-08-30 |
上架时间 | 2023-08-28 |
评分 | 5.00/5 共5次评分 |
开发者 | konrad |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/conrim/newtab-blocker |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New-Tab Blocker", "manifest_version": 3, "version": "0.0.2", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "tabs", "storage" ], "icons": { "128": "icons\/default.png" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icons\/default.png" }, "background": { "service_worker": "service-worker.js" } } |