Tab Blacklist
Automatically closes blacklisted tabs.
Vad är Tab Blacklist?
Tab Blacklist är en Chrome-tillägg utvecklad av DIAB HQ, och dess huvudfunktion är "Automatically closes blacklisted tabs.".
Tilläggsskärmbilder
Ladda ner Tab Blacklist-förlängningens CRX-fil
Ladda ner Tab Blacklist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | dfjdhhihkdalipjoalkcalgecddabend |
Officiell webbadress | https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend |
Beskrivning | Automatically closes blacklisted tabs. |
Filstorlek | 18.47 KB |
Antal Installationer | 317 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-04-14 |
Publiceringsdatum | 2020-04-14 |
Betyg | 3.00/5 Totalt 6 Betyg |
Utvecklare | DIAB HQ |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jrddupont/Tab-Blacklist |
Hjälpsida URL | https://github.com/jrddupont/Tab-Blacklist/issues |
Stödda Språk | 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" } |