TabBlock
Prevents from opening new tabs.
TabBlock란 무엇입니까?
TabBlock은(는) xconvic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents from opening new tabs."입니다.
확장 프로그램 스크린샷
TabBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is for anyone, who uses websites with pop-up ads (ads that open in a new tab). red icon -> TabBlock prevents opening any new tab. green icon -> TabBlock allows opening new tabs freely. Note! Redirections to ads in the same tab still work! You can try to block them by using other extensions or simply return with "back" button. TabBlock does not block any normal ads.
확장 프로그램 기본 정보
이름 | TabBlock |
ID | ljmkpdhploeaohmnljbbkohmmfkikklj |
공식 URL | https://chromewebstore.google.com/detail/tabblock/ljmkpdhploeaohmnljbbkohmmfkikklj |
설명 | Prevents from opening new tabs. |
파일 크기 | 11.95 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2020-08-09 |
출시 날짜 | 2019-09-23 |
평점 | 4.27/5 총 78 개의 평점 |
개발자 | xconvic |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabBlock", "description": "__MSG_appDesc__", "version": "1.5.0", "permissions": [], "short_name": "TabBlock", "default_locale": "en", "browser_action": { "default_icon": "green32.png" }, "icons": { "48": "red48.png", "128": "red128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |