Tab Blacklist
Automatically closes blacklisted tabs.
What is Tab Blacklist?
Tab Blacklist is a Chrome extension developed by DIAB HQ, and its main feature is "Automatically closes blacklisted tabs.".
Extension Screenshots
Download Tab Blacklist Extension CRX File
Download Tab Blacklist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dfjdhhihkdalipjoalkcalgecddabend |
Official URL | https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend |
Description | Automatically closes blacklisted tabs. |
File Size | 18.47 KB |
Installation Count | 317 |
Current Version | 1.0.1 |
Last Updated | 2020-04-14 |
Publish Date | 2020-04-14 |
Rating | 3.00/5 Total 6 Ratings |
Developer | DIAB HQ |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jrddupont/Tab-Blacklist |
Help Page URL | https://github.com/jrddupont/Tab-Blacklist/issues |
Supported Languages | 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" } |