Tab Blacklist

Automatically closes blacklisted tabs.

Hvad er Tab Blacklist?

Tab Blacklist er en Chrome-udvidelse udviklet af DIAB HQ, og dens hovedfunktion er "Automatically closes blacklisted tabs.".

Udvidelsesskærmbilleder

screenshot

Download Tab Blacklist-udvidelses-CRX-fil

Download Tab Blacklist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Blacklist Tab Blacklist
ID dfjdhhihkdalipjoalkcalgecddabend
Officiel URL https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend
Beskrivelse Automatically closes blacklisted tabs.
Filstørrelse 18.47 KB
Antal Installationer 317
Nuværende Version 1.0.1
Senest Opdateret 2020-04-14
Udgivelsesdato 2020-04-14
Bedømmelse 3.00/5 Samlet 6 Bedømmelser
Udvikler DIAB HQ
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jrddupont/Tab-Blacklist
Hjælpeside-URL https://github.com/jrddupont/Tab-Blacklist/issues
Understøttede Sprog 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"
}