adBlocker - #1 Adblock Tool for Chrome
adBlocker is a fast, efficient & most effective adblocker utility on the planet.
adBlocker - #1 Adblock Tool for Chrome란 무엇입니까?
adBlocker - #1 Adblock Tool for Chrome은(는) simsimons에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "adBlocker is a fast, efficient & most effective adblocker utility on the planet."입니다.
확장 프로그램 스크린샷
adBlocker - #1 Adblock Tool for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AdBlocker for all websites helps to remove all type of advertising on the web pages. Stop banners, popups, preroll on Youtube and other popular social networks. It works fast, effectively, so ads even don't loading on the web site. Increase your web experience with blocking ads.
확장 프로그램 기본 정보
이름 | |
ID | mkbedenfmmfijapiicfomejpbcchogjf |
공식 URL | https://chrome.google.com/webstore/detail/adblocker-for-all-website/mkbedenfmmfijapiicfomejpbcchogjf |
설명 | adBlocker is a fast, efficient & most effective adblocker utility on the planet. |
파일 크기 | 1.29 MB |
설치 횟수 | 26,701 |
현재 버전 | 1.17 |
최근 업데이트 | 2023-06-25 |
출시 날짜 | 2021-08-03 |
평점 | 4.70/5 총 228 개의 평점 |
개발자 | simsimons |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ms,de,en,en-US,fr,nl,no,vi,tr,da,et,es,it,pl,pt-BR,pt-PT,ro,cs,bg,ru,mr,hi,ml,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "description": "__MSG_description__", "devtools_page": "html\/devtools.html", "icons": { "128": "img\/ab-128.png", "16": "img\/ab-16.png", "32": "img\/ab-32.png", "48": "img\/ab-48.png", "64": "img\/ab-64.png" }, "version": "1.17", "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "optional_permissions": [ "management" ], "background": { "persistent": true, "scripts": [ "ext-bg\/common.js", "ext-bg\/background.js", "libs\/compat.min.js", "libs\/publicSuffixList.js", "libs\/adblockplus.min.js", "messageResponder.js", "bg.js", "libs\/jquery.min.js", "js\/adblock\/errorreporting.js", "js\/adblock\/adblock-functions.js", "js\/adblock\/survey.js", "js\/adblock\/stats.js", "js\/adblock\/uninstall.js", "js\/adblock\/idlehandler.js", "js\/adblock\/settings.js", "js\/adblock\/servermessages.js", "js\/adblock\/adblock-bg.js", "js\/adblock\/adpsubscriptionadapter.js", "js\/adblock\/contextmenus.js", "js\/subscriptioninit.js", "js\/adblock\/data-migrate.js", "js\/adblock\/excludefilter.js", "js\/adblock\/datacollection.v2.js" ] }, "browser_action": { "default_icon": { "16": "img\/ab-16.png", "19": "img\/ab-19.png", "20": "img\/ab-20.png", "32": "img\/ab-32.png", "38": "img\/ab-38.png", "40": "img\/ab-40.png" }, "default_popup": "html\/adblock\/button-popup.html", "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "ext-bg\/common.js", "ext-bg\/content.js", "elemHideEmulation.js", "include.preload.js", "js\/adblock\/adblock-functions.js", "js\/adblock\/bandaids.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "include.postload.js", "js\/ui-scripts\/rightclick_hook.js", "js\/notificationoverlay.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_ui": { "open_in_tab": true, "page": "html\/options.html" }, "permissions": [ "tabs", " |