AdBlock Max - ad blocker

Block Ad, Tracker, pop-ups.

AdBlock Max - ad blocker란 무엇입니까?

AdBlock Max - ad blocker은(는) AdBlock Max에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block Ad, Tracker, pop-ups."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AdBlock Max - ad blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This simple, easy-to-use ad and content blocker will remove unwanted ads, protect you from trackers, and web pages load a lot faster with it.

KEY FEATURES:

Block ads
· Block all ads on Facebook, and any other websites.
· Block annoying pop-ups, removes autoplay video ads and blocks obnoxious audio ads.

Private
· Prevents countless trackers from invading your privacy.

Safe
· Block viruses and malware(hidden in advertisements).

Fast
· By using a new technology called Content Blocking Extensions, it can do its job without slowing down browser at all.
· Eliminate slow-loading ads and pop-ups that impact performance
· Make browsing over 2x faster.

Whitelist
· Support sites you love by whitelisting them.

Up-to-date
· You can update blocklist to keep up with the ever-changing web.

Source code: https://pan.baidu.com/s/1GHzOTZabP9A11nNqKTdJtw  PW:v255                    

확장 프로그램 기본 정보

이름 AdBlock Max - ad blocker AdBlock Max - ad blocker
ID ggdpplfehdighdpleoegjefnpefgpgfh
공식 URL https://chromewebstore.google.com/detail/adblock-max-ad-blocker/ggdpplfehdighdpleoegjefnpefgpgfh
설명 Block Ad, Tracker, pop-ups.
파일 크기 4.12 MB
설치 횟수 236,245
현재 버전 1.0.11
최근 업데이트 2023-05-23
출시 날짜 2020-05-05
평점 4.86/5 총 8132 개의 평점
개발자 AdBlock Max
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/5ec28dce-b936-432f-8fd5-244de9e7a7c4
지원되는 언어 id,ms,de,en,en-GB,fil,fr,sw,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,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Raymond Hill & contributors",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "64": "img\/icon_64.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "AdBlock Max"
    },
    "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__"
        },
        "toggle-cosmetic-filtering": {
            "description": "__MSG_toggleCosmeticFiltering__"
        }
    },
    "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\/*",
                "https:\/\/*.letsblock.it\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "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": "73.0",
    "name": "__MSG_extName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "AdBlock Max",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.0.11",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}