New-Tab Blocker
Blocks new tabs from specified websites
New-Tab Blocker란 무엇입니까?
New-Tab Blocker은(는) konrad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks new tabs from specified websites"입니다.
확장 프로그램 스크린샷
New-Tab Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome extension blockes new tabs from specified websites. This helps against pop-up ads that open in a new tab. It is possible to specifiy which websites are allowed to open new tabs and which not. Tips: - to block all new tabs, add "" (nothing) to the "URL Beginnings" list - you can install this Chrome extension on Android with the Kiwi Browser GitHub: https://github.com/conrim/newtab-blocker
확장 프로그램 기본 정보
이름 | New-Tab Blocker |
ID | bkanhpjdajkdnibkplooolgpidgfjfnn |
공식 URL | https://chromewebstore.google.com/detail/new-tab-blocker/bkanhpjdajkdnibkplooolgpidgfjfnn |
설명 | Blocks new tabs from specified websites |
파일 크기 | 34.42 KB |
설치 횟수 | 978 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2023-08-30 |
출시 날짜 | 2023-08-28 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | konrad |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/conrim/newtab-blocker |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New-Tab Blocker", "manifest_version": 3, "version": "0.0.2", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "tabs", "storage" ], "icons": { "128": "icons\/default.png" }, "action": { "default_popup": "popup\/index.html", "default_icon": "icons\/default.png" }, "background": { "service_worker": "service-worker.js" } } |