Adblock Plus - free ad blocker

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

Vad är Adblock Plus - free ad blocker?

Adblock Plus - free ad blocker är en Chrome-tillägg utvecklad av https://adblockplus.org, och dess huvudfunktion är "Block YouTube™ ads, pop-ups & fight malware!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Adblock Plus - free ad blocker-förlängningens CRX-fil

Ladda ner Adblock Plus - free ad blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Adblock Plus - free ad blocker Adblock Plus - free ad blocker
ID cfhdojbkjhnklbpkdaibdccddilifddb
Officiell webbadress https://chromewebstore.google.com/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb
Beskrivning Block YouTube™ ads, pop-ups & fight malware!
Filstorlek 2.59 MB
Antal Installationer 46,000,000
Aktuell Version 3.24.1
Senast Uppdaterad 2024-02-21
Publiceringsdatum 2020-07-01
Betyg 4.44/5 Totalt 181200 Betyg
Utvecklare https://adblockplus.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://adblockplus.org/
Hjälpsida URL https://help.eyeo.com
URL till Sekretesspolicy Sidan https://adblockplus.org/privacy
Stödda Språk 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"
}