Tab Blacklist
Automatically closes blacklisted tabs.
Tab Blacklist란 무엇입니까?
Tab Blacklist은(는) DIAB HQ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically closes blacklisted tabs."입니다.
확장 프로그램 스크린샷
Tab Blacklist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |