AdBlock — best ad blocker

Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites.

AdBlock — best ad blocker란 무엇입니까?

AdBlock — best ad blocker은(는) https://getadblock.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

AdBlock — best ad blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        AdBlock is the best ad blocker with over 60 million users, and one of the most popular Chrome extensions with over 350 million downloads!
 
==============================
FEATURES

☆ Block pop ups, ads, and annoying banners (even remove video ads!) on YouTube, Facebook, Twitch, and all your favorite sites
☆ Block third-party trackers and protect your privacy
☆ Browse safely by blocking malicious ads with malware, scams, and cryptocurrency miners
☆ Improve page load times and enjoy a faster Internet
☆ Customize your experience with filters, whitelists, dark mode, and other colorful themes
☆ Backup and sync your whitelists and custom ad blocking rules across your Chrome profiles
☆ Enjoy custom ad blocking by replacing some ads with pictures of cats, dogs, and landscapes
☆ Get fast, friendly support from the AdBlock team, plus a robust Help Center 

==============================
ABOUT
 
Download AdBlock’s free ad blocker to block ads everywhere on the web. AdBlock also protects your browser from malware and stops advertisers from accessing your browsing history and personal information.

AdBlock for Chrome works automatically. Just click "Add to Chrome," then visit your favorite website and see the ads disappear! Choose to continue seeing unobtrusive ads, whitelist your favorite sites, or block all ads by default.

AdBlock participates in the Acceptable Ads program, so unobtrusive ads are not blocked by default in order to support websites. We believe users should control what they see on the web, so you can easily opt out in AdBlock’s settings.

==============================

NOTES

* The notice you see about having access to your history and website data is automatically generated because AdBlock runs on every tab. But it does NOT actually monitor your browsing history or require your personal information to work properly.                    

확장 프로그램 기본 정보

이름 AdBlock — best ad blocker AdBlock — best ad blocker
ID gighmmpiobklfepjocnamgkkbiglidom
공식 URL https://chromewebstore.google.com/detail/adblock-%E2%80%94-best-ad-blocker/gighmmpiobklfepjocnamgkkbiglidom
설명 Block ads and pop-ups on YouTube, Facebook, Twitch, and your favorite websites.
파일 크기 4.14 MB
설치 횟수 67,000,000
현재 버전 5.19.0
최근 업데이트 2024-02-21
출시 날짜 2020-07-03
평점 4.51/5 총 287483 개의 평점
개발자 https://getadblock.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getadblock.com/
도움말 페이지 URL http://getadblock.com/support
개인정보 보호 정책 페이지 URL https://getadblock.com/privacy
지원되는 언어 id,ms,de,en-GB,en-US,fr,nl,no,tr,ca,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Adblock, Inc.",
    "commands": {
        "toggle_pause": {
            "description": "Toggle Pause\/Resume on all sites",
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendor\/@eyeo\/webext-ad-filtering-solution\/content.js",
                "polyfill.js",
                "ext\/common.js",
                "ext\/content.js",
                "adblock-functions.js",
                "contentscript-loader.js",
                "premium.preload.js",
                "adblock-picreplacement.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "adblock-uiscripts-rightclick_hook.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "adblock-getadblock.js"
            ],
            "matches": [
                "*:\/\/*.getadblock.com\/*",
                "*:\/\/*.getadblockpremium.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "adblock-twitch-contentscript.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "adblock-yt-cs.js",
                "yt-wall-detection.preload.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "default_locale": "en_US",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icons\/adblock-16.png",
        "32": "icons\/adblock-32.png",
        "48": "icons\/adblock-48.png",
        "64": "icons\/adblock-64.png",
        "128": "icons\/adblock-128.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "optional_permissions": [
        "management"
    ],
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "polyfill.js",
            "ext\/common.js",
            "ext\/background.js",
            "abp-background.js",
            "pubnub.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/adblock-16.png",
            "19": "icons\/adblock-19.png",
            "20": "icons\/adblock-20.png",
            "32": "icons\/adblock-32.png",
            "38": "icons\/adblock-38.png",
            "40": "icons\/adblock-40.png"
        },
        "default_popup": "adblock-button-popup.html",
        "default_title": "__MSG_name__"
    },
    "minimum_chrome_version": "77.0",
    "minimum_opera_version": "64.0",
    "permissions": [
        "",
        "alarms",
        "contextMenus",
        "idle",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "adblock-uiscripts-adblock-wizard.css",
        "adblock-ads-allowed-icon.svg",
        "adblock-ads-blocked-icon.svg",
        "adblock-wizard_sync_cta.svg",
        "adblock-yt-manage.css",
        "icons\/icon24.png",
        "icons\/ab-19.png",
        "icons\/adblock-20.svg",
        "icons\/dark_theme\/logo.svg",
        "icons\/default_theme\/logo.svg",
        "fonts\/lato-ext-italic.woff",
        "fonts\/lato-italic.woff",
        "fonts\/lato-ext-bolditalic.woff",
        "fonts\/lato-bolditalic.woff",
        "fonts\/lato-ext-regular.woff",
        "fonts\/lato-regular.woff",
        "fonts\/lato-ext-bold.woff",
        "fonts\/lato-bold.woff",
        "fonts\/font-face.css",
        "icons\/MaterialIcons-Regular.woff2",
        "icons\/adblock-icons.woff2",
        "purify.min.js",
        "adblock-yt-capture-requests.js",
        "adblock-yt-capture-events.js"
    ],
    "version": "5.19.0"
}