Alpha Adblocker
Finally, an efficient blocker. Easy on CPU and memory.
Alpha Adblocker란 무엇입니까?
Alpha Adblocker은(는) Ext. Developer24에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finally, an efficient blocker. Easy on CPU and memory."입니다.
확장 프로그램 스크린샷
Alpha Adblocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Alpha Adblocker focuses on blocking ads fast and very efficient. We are a lightweight Adblocker with many customization options for users to find the most suitable setup for their browsing sessions. - You can subscribe to certain blocking lists - You can disable/ enable blocking per domain - You can also use custom rules By installing the browser extension you give you consent to our privacy policy which you can also find here: https://website.alpha-blockr.com/privacy-policy
확장 프로그램 기본 정보
이름 | Alpha Adblocker |
ID | coodfgmnlnjliaeijfanmjgmbgpdalfe |
공식 URL | https://chromewebstore.google.com/detail/alpha-adblocker/coodfgmnlnjliaeijfanmjgmbgpdalfe |
설명 | Finally, an efficient blocker. Easy on CPU and memory. |
파일 크기 | 2.8 MB |
설치 횟수 | 89 |
현재 버전 | 1.37.3.105 |
최근 업데이트 | 2022-01-19 |
출시 날짜 | 2022-01-19 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Ext. Developer24 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://website.alpha-blockr.com/privacy-policy |
지원되는 언어 | id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png" }, "default_popup": "popup-fenix.html", "default_title": "Alpha Adblocker" }, "commands": { "launch-element-picker": { "description": "__MSG_popupTipPicker__" }, "launch-element-zapper": { "description": "__MSG_popupTipZapper__" }, "launch-logger": { "description": "__MSG_popupTipLog__" }, "open-dashboard": { "description": "__MSG_popupTipDashboard__" }, "relax-blocking-mode": { "description": "__MSG_relaxBlockingMode__" } }, "content_scripts": [ { "all_frames": true, "js": [ "\/js\/vapi.js", "\/js\/vapi-client.js", "\/js\/contentscript.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "\/js\/scriptlets\/subscriber.js" ], "matches": [ "https:\/\/easylist.to\/*", "https:\/\/*.fanboy.co.nz\/*", "https:\/\/filterlists.com\/*", "https:\/\/forums.lanik.us\/*", "https:\/\/github.com\/*", "https:\/\/*.github.io\/*" ], "run_at": "document_idle" }, { "js": [ "\/js\/webguard-content.js" ], "matches": [ "https:\/\/www.google.com\/*" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "32": "img\/icon_32.png", "64": "img\/icon_64.png" }, "incognito": "split", "manifest_version": 2, "minimum_chrome_version": "61.0", "name": "Alpha Adblocker", "options_ui": { "open_in_tab": true, "page": "dashboard.html" }, "permissions": [ "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", " |