Adblock Plus - free ad blocker

Block YouTube™ ads, pop-ups & fight malware!

什麼是Adblock Plus - free ad blocker?

Adblock Plus - free ad blocker是由https://adblockplus.org開發的Chrome擴展程式,該擴展的主要功能是“Block YouTube™ ads, pop-ups & fight malware!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Adblock Plus - free ad blocker擴展crx文件

下載Adblock Plus - free ad blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Adblock Plus for Chrome™ ad blocker has been downloaded over 500 million times and is one of the most popular and trusted on the market. Users get fast, sleek ad-blocking capabilities to enjoy sites like YouTube™ interruption free. 

✓ Block annoying video ads and banners
✓ Block pop ups
✓ Stop tracking and give yourself more privacy
✓ Fight off destructive malvertising that can hide in ads
✓ Give yourself faster browsing (as resources are blocked from loading)
✓ Customize features, like whitelisting for favorite sites
✓ Get free and constant support
✓ Give yourself simply more control of the experience you want

Adblock Plus for Chrome™ is the adblocker to help you fall in love with the internet again, and gives you the chance to customize your experience.

ⓘ To use Adblock Plus, just click on "Add to Chrome". Click on the ABP icon to see how many ads you've blocked, to change your settings, or report an error. It’s that easy!

Adblock Plus supports the Acceptable Ads (AA) (www.acceptableads.com) initiative by default, a project that looks for a middle way, to support websites that rely on advertising revenue yet take into account the customer experience. If you do not wish to see Acceptable Ads, this can be turned off at any time: https://adblockplus.org/de/acceptable-ads#optout.

************

Please Note: When installing Adblock Plus for Google Chrome™, you will receive a warning that Adblock Plus will receive access to your browsing history and data. This is a standard message - we NEVER collect any user information.

By downloading and installing this extension, you agree to our Terms of Use https://adblockplus.org/terms and our Privacy Policy https://adblockplus.org/privacy.

Adblock Plus is also available for Firefox and Edge.

************

Release announcements and changelogs can be found at: http://adblockplus.org/releases/

Problem with the extension? Try reloading Google Chrome™ and/or opening the Adblock Plus settings, clicking the Advanced tab, and clicking Update all filter lists.

Found a bug? Check known issues at https://adblockplus.org/bugs or visit our forum at https://adblockplus.org/forum/viewforum.php?f=10

If you feel adventurous you can always try out the development builds to get the latest features of Adblock Plus for Google Chrome™. These builds are updated separately with independent settings. https://adblockplus.org/development-builds                    

擴展基本資訊

名稱 Adblock Plus - free ad blocker Adblock Plus - free ad blocker
ID cfhdojbkjhnklbpkdaibdccddilifddb
官方網址 https://chromewebstore.google.com/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb
簡介 Block YouTube™ ads, pop-ups & fight malware!
檔案大小 2.59 MB
安裝次數 46,000,000
目前版本 3.24.1
更新時間 2024-02-21
上架時間 2020-07-01
評分 4.44/5 共 181200 次評分
開發者 https://adblockplus.org
電子郵箱 [email protected]
付費類型 free
擴展官網 http://adblockplus.org/
說明頁面URL https://help.eyeo.com
隱私政策頁面URL https://adblockplus.org/privacy
支援的語言 id,ms,de,en-GB,en-US,fil,fr,sw,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,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": "eyeo GmbH",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendor\/@eyeo\/webext-ad-filtering-solution\/content.js",
                "polyfill.js",
                "ext\/common.js",
                "ext\/content.js",
                "composer.preload.js",
                "bypass.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "onpage-dialog.postload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "onpage-dialog-ui.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "polyfill.js",
                "ext\/common.js",
                "ext\/content.js",
                "premium.preload.js",
                "premium-onboarding.preload.js"
            ],
            "matches": [
                "https:\/\/accounts.adblockplus.org\/premium",
                "https:\/\/accounts.adblockplus.org\/premium?*",
                "https:\/\/accounts.adblockplus.org\/*\/premium",
                "https:\/\/accounts.adblockplus.org\/*\/premium?*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "yt-wall-detection.preload.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "polyfill.js",
                "ext\/common.js",
                "ext\/content.js",
                "options.preload.js"
            ],
            "matches": [
                "https:\/\/adblockplus.org\/installed",
                "https:\/\/adblockplus.org\/installed?*",
                "https:\/\/adblockplus.org\/*\/installed",
                "https:\/\/adblockplus.org\/*\/installed?*",
                "https:\/\/welcome.adblockplus.org\/*\/installed",
                "https:\/\/welcome.adblockplus.org\/*\/installed?*"
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "__MSG_name_releasebuild__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en_US",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icons\/abp-16.png",
        "32": "icons\/abp-32.png",
        "48": "icons\/logo\/abp-48.png",
        "64": "icons\/logo\/abp-64.png",
        "128": "icons\/logo\/abp-128.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "optional_permissions": [
        "contentSettings",
        "management"
    ],
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "polyfill.js",
            "ext\/common.js",
            "ext\/background.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/abp-16.png",
            "20": "icons\/abp-20.png",
            "32": "icons\/abp-32.png",
            "40": "icons\/abp-40.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "minimum_chrome_version": "77.0",
    "minimum_opera_version": "64.0",
    "permissions": [
        "",
        "contextMenus",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "3.24.1"
}