Adblock for Chrome™

Easily blocks ads on all websites in your browser.

Cos'è Adblock for Chrome™?

Adblock for Chrome™ è un'estensione di Chrome sviluppata da adblockforchrome, e la sua funzione principale è "Easily blocks ads on all websites in your browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Adblock for Chrome™

Scarica i file di estensione Adblock for Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Removes ads from the browser.

✔ Permissions: like common adblocking extensions we do need default permissions on every website to remove ads or popups.

ⓘ About
Adblock for Chrome™ is a content filtering and ad blocking browser extension which blocks all ads on any website.
It allows users to prevent page elements, such as advertisements, from being displayed. 
Banners, Ad-Clips or even video preroll ads on videos are blocked by this extension.

Features:
 ✔ blocks ads, banner and popups
 ✔ prevent preroll ads from loading on Youtube and other video platforms
 ✔ loads websites faster
 ✔ protects your privacy by preventing ad tracking
 ✔ advanced dashboard with comprehensive statistics and insights
 ✔ zapper mode: kills unwanted elements on websites with one click
 ✔ picker mode: analyze and edit website elements
 ✔ logger mode: gain insights into elements loaded on each website and keep a detailed log of your browsing history and elements blocked
 ✔ one click disabling of: popups, large media elements, cosmetic filtering, remote fonts and javascript elements
 ✔ custom filter lists: keep your filter lists up to date and add your own custom filters
 ✔ comprehensive settings: customize your blocking settings, advanced display settings, hide placeholders for blocked elements, colour-blind friendly mode, cloud storage support
✔ enhance your browsing privacy with disabling of pre-fetching, hyperlink auditing, CSP reports and leaking local IP addresses via WebRTC
✔ set your own adblocking rules, temporary and permanent
✔ manage your own list of trusted sites to customize your experience even further

The technology is simply based on filterlists which block external ad urls on Websites. We do not change anything on the website itself.
Adblock for Chrome boosts the performance to load websites (without ads and tracking)

It is free to download and use!

—————————————————

✔ Privacy 

Any advertising detection happens on your computer and we do not see or track.

You are welcome to review our open source code which is under the GPL3 License or send us a message in the support tab!

—————————————————

This Chrome Webstore uses Google Analytics, a web analytics service provided by Google, Inc. (“Google”). Google Analytics uses “cookies”, which are text files placed on your computer, to help the website analyze how users use the site.
The information generated by the cookie about your use of the website will be transmitted to and stored by Google on servers in the United States . In case IP-anonymisation is activated on this website, your IP address will be truncated within the area of Member States of the European Union or other parties to the Agreement on the European Economic Area. Only in exceptional cases the whole IP address will be first transfered to a Google server in the USA and truncated there. The IP-anonymisation is active on this website.
Google will use this information on behalf of the operator of this website for the purpose of evaluating your use of the website, compiling reports on website activity for website operators and providing them other services relating to website activity and internet usage. The IP-address, that your Browser conveys within the scope of Google Analytics, will not be associated with any other data held by Google. You may refuse the use of cookies by selecting the appropriate settings on your browser, however please note that if you do this you may not be able to use the full functionality of this website.
You can also opt-out from being tracked by Google Analytics with effect for the future by downloading and installing Google Analytics Opt-out Browser Addon for your current web browser: http://tools.google.com/dlpage/gaoptout?hl=en or you can uninstall this extension. Thank you.                    

Informazioni di Base sull'Estensione

Nome Adblock for Chrome™ Adblock for Chrome™
ID onomjaelhagjjojbkcafidnepbfkpnee
URL Ufficiale https://chromewebstore.google.com/detail/adblock-for-chrome/onomjaelhagjjojbkcafidnepbfkpnee
Descrizione Easily blocks ads on all websites in your browser.
Dimensione del File 1 MB
Conteggio Installazioni 655,470
Versione Corrente 1.2.7
Ultimo Aggiornamento 2023-07-07
Data di Pubblicazione 2021-04-14
Valutazione 4.81/5 Totale 15233 Valutazioni
Sviluppatore adblockforchrome
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://get.adblock-for-chrome.com/privacy-policy.html
Lingue Supportate en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Adblock for Chrome Team",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "Adblock for Chrome\u2122"
    },
    "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__"
        }
    },
    "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\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; 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": "55.0",
    "name": "Adblock for Chrome\u2122",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Adblock for Chrome\u2122",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.2.7",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}