Tab Blacklist
Automatically closes blacklisted tabs.
什么是Tab Blacklist?
Tab Blacklist是由DIAB HQ开发的Chrome扩展程序,该扩展的主要功能是“Automatically closes blacklisted tabs.”。
扩展截图
下载Tab Blacklist扩展crx文件
下载Tab Blacklist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of extensions like Magic Actions, Video Blocker, and Click&Clean opening tabs without your permission? This extension instantly closes any new tabs that are on your blacklist. Tab Blacklist will not close tabs if you navigate to blocked URLs, it will only close the tab if it is newly opened.
扩展基本信息
名称 | |
ID | dfjdhhihkdalipjoalkcalgecddabend |
官方URL | https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend |
简介 | Automatically closes blacklisted tabs. |
文件大小 | 18.47 KB |
安装次数 | 317 |
当前版本 | 1.0.1 |
更新时间 | 2020-04-14 |
上架时间 | 2020-04-14 |
评分 | 3.00/5 共6次评分 |
开发者 | DIAB HQ |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jrddupont/Tab-Blacklist |
帮助页面URL | https://github.com/jrddupont/Tab-Blacklist/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Blacklist", "version": "1.0.1", "manifest_version": 2, "description": "Automatically closes blacklisted tabs.", "icons": { "16": "icons\/tbl16.png", "48": "icons\/tbl48.png", "128": "icons\/tbl128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "options_page": "html\/options.html" } |