AdBlocker: AdBlock for Chrome

Blocks ads on any websites. Best adblock extension.

Hvad er AdBlocker: AdBlock for Chrome?

AdBlocker: AdBlock for Chrome er en Chrome-udvidelse udviklet af Adblocker, og dens hovedfunktion er "Blocks ads on any websites. Best adblock extension.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AdBlocker: AdBlock for Chrome-udvidelses-CRX-fil

Download AdBlocker: AdBlock for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        AdBlocker is the original granddaddy extension for blocking ads online, and it’s still just as popular today as it was when it first took the web by storm. Blocking technology takes out banner ads, video pre-roll ads, social networking ads, and pop-ups. It offers a comprehensive ad-blocking service to all who install its Chrome extension.

With an easy-to-navigate interface and customizable filter list, you can decide exactly which ads you want to see and which ones you never want to see again. Its whitelisting function lets you make sure your favorite sites still display ads so they can continue to operate. If you allow acceptable ads, you can let a few through automatically to help sites that stick to the rules.

Features: 
* Protects your privacy on the Internet.
* Blocks Annoying Banners, Pop-unders and accidental clicks on malware.
* Blocks YouTube Ads, Facebook Ads and Sponsored Stories.
* Faster browsing (as ads are blocked from loading).
* Customize features, like whitelisting for favorite sites. 

Note:
Unobtrusive ads aren't being blocked in order to support websites.
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.                    

Grundlæggende oplysninger om udvidelsen

Navn AdBlocker: AdBlock for Chrome AdBlocker: AdBlock for Chrome
ID obhacaboehinamiaoafpljgofoapchgf
Officiel URL https://chrome.google.com/webstore/detail/adblocker-adblock-for-chr/obhacaboehinamiaoafpljgofoapchgf
Beskrivelse Blocks ads on any websites. Best adblock extension.
Filstørrelse 4.61 MB
Antal Installationer 200,000
Nuværende Version 1.0.11
Senest Opdateret 2022-08-23
Udgivelsesdato 2019-11-08
Bedømmelse 3.88/5 Samlet 117 Bedømmelser
Udvikler Adblocker
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/adbloker-pp/home
Understøttede Sprog id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/gray-19.png",
            "38": "images\/gray-38.png"
        },
        "default_popup": "views\/popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "helpers\/vendors\/css.escape.js",
                "helpers\/functions\/element-collapser.js",
                "helpers\/functions\/css-hits-counter.js",
                "helpers\/vendors\/extended-css.js",
                "helpers\/content\/adguard-content.js",
                "helpers\/content\/common-script.js",
                "helpers\/content\/content-script.js",
                "helpers\/content\/wrappers.js",
                "helpers\/content\/preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "helpers\/content\/content-utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "helpers\/content\/content-script.js",
                "helpers\/content\/i18n-helper.js",
                "helpers\/content\/helper\/js\/start-assistant.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "helpers\/vendors\/jquery-3.3.1.min.js",
                "helpers\/views\/thankyou.js"
            ],
            "matches": [
                "*:\/\/*.adguard.com\/*\/thankyou.html*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/green-128.png",
        "16": "images\/green-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyPhPGi87DSYEjjOvdUL1ne7w9aYJLz2s7aItamv8kx33GXIRBBE\/RfpjW5xi0Ly73P8+5lGMDOJljOCPHWyQ\/mJX\/Awiy5j7ymgnpTYrCtNqBBbt07JaA5+4OChZlxU6+6OTxpXifnHqfl1gWlMGHq39pYRQztWQSDlfQDIruFctZWNnBoJ8v6MrHtVza8OzHQ2hrlLVFv3fUXIWoNZGjd6UEdnpjKBf3hW8Hs\/gv9smwButJzaczrQTypzp5f1C5wbnwAtCCcqvSaqeiI1scg\/ulitQCQ7QU27PNuTalWJCrkGoryXuERnzxKfG6m4L4A7+05QlTpGAwlKyoF750QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_ui": {
        "open_in_tab": true,
        "page": "views\/options.html"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "short_name": "__MSG_short_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.11"
}