TotalBlocker
TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click
TotalBlocker란 무엇입니까?
TotalBlocker은(는) Fon Fon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click"입니다.
확장 프로그램 스크린샷
TotalBlocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TotalBlocker is tailored to keep your browser experience smooth and private. It prevents you from possible threats and unwanted trackers and annoying ads. To add TotalBlocker to your browser please click on "Add to Chrome". And then "Add Extension". Click on the TotalBlocker icon to see how many ads are blocked. And you can stop blocking by pressing a green button.
확장 프로그램 기본 정보
이름 | |
ID | ajeinooldbnffpfflmjikhcibnjlmael |
공식 URL | https://chrome.google.com/webstore/detail/totalblocker/ajeinooldbnffpfflmjikhcibnjlmael |
설명 | TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click |
파일 크기 | 267 KB |
설치 횟수 | 792 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2022-12-23 |
출시 날짜 | 2022-12-23 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Fon Fon |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/adblocker-for-all-websites/home |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "assets\/icons\/active\/icon_16.png", "24": "assets\/icons\/active\/icon_24.png", "32": "assets\/icons\/active\/icon_32.png" }, "default_popup": "popup.html", "default_title": "TotalBlocker" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ ".\/content.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_description__", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "assets\/icons\/active\/icon_128.png", "16": "assets\/icons\/active\/icon_16.png", "32": "assets\/icons\/active\/icon_32.png", "64": "assets\/icons\/active\/icon_64.png" }, "manifest_version": 3, "name": "TotalBlocker", "permissions": [ "storage", "tabs", "unlimitedStorage", "alarms", "scripting", "declarativeNetRequest", "declarativeNetRequestFeedback", "declarativeNetRequestWithHostAccess" ], "version": "1.1.1", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "tbLogic.js", "tbVideoBlock.js" ] } ] } |