Tab Blacklist
Automatically closes blacklisted tabs.
Tab Blacklistとは何ですか?
Tab BlacklistはDIAB HQによって開発されたChromeの拡張機能で、その主な機能は「Automatically closes blacklisted tabs.」です。
拡張機能のスクリーンショット
Tab Blacklist拡張機能のCRXファイルをダウンロード
Tab Blacklist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | dfjdhhihkdalipjoalkcalgecddabend |
公式URL | https://chrome.google.com/webstore/detail/tab-blacklist/dfjdhhihkdalipjoalkcalgecddabend |
説明 | Automatically closes blacklisted tabs. |
ファイルサイズ | 18.47 KB |
インストール数 | 317 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-04-14 |
公開日 | 2020-04-14 |
評価 | 3.00/5 合計 6 レビュー |
開発者 | DIAB HQ |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jrddupont/Tab-Blacklist |
ヘルプページのURL | https://github.com/jrddupont/Tab-Blacklist/issues |
対応言語 | 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" } |