Tab Blacklist

Automatically closes blacklisted tabs.

Cos'è Tab Blacklist?

Tab Blacklist è un'estensione di Chrome sviluppata da DIAB HQ, e la sua funzione principale è "Automatically closes blacklisted tabs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Blacklist

Scarica i file di estensione Tab Blacklist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tab Blacklist Tab Blacklist
ID dfjdhhihkdalipjoalkcalgecddabend
URL Ufficiale https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend
Descrizione Automatically closes blacklisted tabs.
Dimensione del File 18.47 KB
Conteggio Installazioni 317
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-04-14
Data di Pubblicazione 2020-04-14
Valutazione 3.00/5 Totale 6 Valutazioni
Sviluppatore DIAB HQ
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jrddupont/Tab-Blacklist
URL della Pagina di Aiuto https://github.com/jrddupont/Tab-Blacklist/issues
Lingue Supportate 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"
}