AdGuard AdBlocker (Beta)
Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, YouTube and all other websites.
AdGuard AdBlocker (Beta)란 무엇입니까?
AdGuard AdBlocker (Beta)은(는) https://adguard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, YouTube and all other websites."입니다.
확장 프로그램 스크린샷
AdGuard AdBlocker (Beta) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AdGuard Browser Extension beta version. Please be cautious, this is a beta version, so it may contain all kind of bugs! If you encounter any issue, please report it to us here: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/new You can find stable version of AdGuard here: https://agrd.io/extension_chrome AdGuard beta testing program: https://adguard.com/beta.html Release notes: https://github.com/AdguardTeam/AdguardBrowserExtension/releases
확장 프로그램 기본 정보
이름 | AdGuard AdBlocker (Beta) |
ID | gfggjaccafhcbfogfkogggoepomehbjl |
공식 URL | https://chromewebstore.google.com/detail/adguard-adblocker-beta/gfggjaccafhcbfogfkogggoepomehbjl |
설명 | Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, YouTube and all other websites. |
파일 크기 | 14.29 MB |
설치 횟수 | 50,070 |
현재 버전 | 4.3.26 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2020-05-20 |
평점 | 4.47/5 총 68 개의 평점 |
개발자 | https://adguard.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/AdguardTeam/AdguardBrowserExtension |
도움말 페이지 URL | https://github.com/AdguardTeam/AdguardBrowserExtension/issues |
개인정보 보호 정책 페이지 URL | https://adguard.com/privacy.html |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.3.26", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "author": "Adguard Software Ltd", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "assets\/icons\/green-16.png", "128": "assets\/icons\/green-128.png" }, "browser_action": { "default_icon": { "19": "assets\/icons\/green-19.png", "38": "assets\/icons\/green-38.png" }, "default_title": "__MSG_name__", "default_popup": "pages\/popup.html" }, "background": { "page": "pages\/background.html", "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "pages\/content-script-start.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "run_at": "document_start" }, { "all_frames": true, "js": [ "pages\/content-script-end.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "run_at": "document_end" }, { "all_frames": false, "js": [ "pages\/thankyou.js" ], "matches": [ "*:\/\/*.adguard.com\/*\/thankyou.html*", "*:\/\/*.adguard.info\/*\/thankyou.html*", "*:\/\/*.adguard.app\/*\/thankyou.html*" ], "run_at": "document_start" } ], "minimum_chrome_version": "79.0", "web_accessible_resources": [ "\/web-accessible-resources\/*" ], "options_page": "pages\/options.html", "devtools_page": "pages\/devtools.html", "permissions": [ "tabs", " |