Tab Blacklist
Automatically closes blacklisted tabs.
Wat is Tab Blacklist?
Tab Blacklist is een Chrome-extensie ontwikkeld door DIAB HQ, en de belangrijkste functie is "Automatically closes blacklisted tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Blacklist
Download Tab Blacklist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dfjdhhihkdalipjoalkcalgecddabend |
Officiële URL | https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend |
Beschrijving | Automatically closes blacklisted tabs. |
Bestandsgrootte | 18.47 KB |
Aantal Installaties | 317 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-04-14 |
Publicatiedatum | 2020-04-14 |
Beoordeling | 3.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | DIAB HQ |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jrddupont/Tab-Blacklist |
Help Pagina-URL | https://github.com/jrddupont/Tab-Blacklist/issues |
Ondersteunde Talen | 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" } |