Tab Blacklist
Automatically closes blacklisted tabs.
Qu'est-ce que Tab Blacklist ?
Tab Blacklist est une extension Chrome développée par DIAB HQ, et sa fonction principale est "Automatically closes blacklisted tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Blacklist
Téléchargez les fichiers d'extension Tab Blacklist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dfjdhhihkdalipjoalkcalgecddabend |
URL Officiel | https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend |
Description | Automatically closes blacklisted tabs. |
Taille du Fichier | 18.47 KB |
Nombre d'Installations | 317 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-04-14 |
Date de Publication | 2020-04-14 |
Évaluation | 3.00/5 Total 6 Évaluations |
Développeur | DIAB HQ |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jrddupont/Tab-Blacklist |
URL de la Page d'Aide | https://github.com/jrddupont/Tab-Blacklist/issues |
Langues Prises en Charge | 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" } |