ClearAds: Advanced Ad Blocker

ClearAds: Say goodbye to ads! Enjoy seamless browsing with our advanced ad blocker. Faster, safer, and distraction-free. Get it now!

Qu'est-ce que ClearAds: Advanced Ad Blocker ?

ClearAds: Advanced Ad Blocker est une extension Chrome développée par Block Office, et sa fonction principale est "ClearAds: Say goodbye to ads! Enjoy seamless browsing with our advanced ad blocker. Faster, safer, and distraction-free. Get it now!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ClearAds: Advanced Ad Blocker

Téléchargez les fichiers d'extension ClearAds: Advanced Ad Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ClearAds is a powerful and feature-rich ad-blocking extension designed to provide you with a seamless browsing experience. Say goodbye to annoying ads, pop-ups, and intrusive banners that disrupt your online activities. Our advanced ad-blocking technology ensures that you can enjoy your favorite websites without distractions.

Features:

Intelligent Ad Detection: ClearAds intelligently identifies and blocks a wide range of ads, including display ads, video ads, pop-ups, and more.
Enhanced Privacy: Protect your online privacy by preventing ad networks from tracking your browsing behavior and collecting your personal information.
Customizable Whitelist: Customize your ad-blocking experience by easily whitelisting trusted websites, ensuring uninterrupted access to content you love.
Speed and Performance: By removing resource-intensive ads, ClearAds helps to improve your browsing speed, making websites load faster and reducing data usage.
User-Friendly Interface: Our user-friendly interface allows for effortless installation and configuration, making it accessible for both novice and advanced users.
Experience the web the way it was meant to be, with ClearAds: the advanced ad-blocking solution that puts you back in control of your online experience.                    

Informations de Base sur l'Extension

Nom ClearAds: Advanced Ad Blocker ClearAds: Advanced Ad Blocker
ID mdaccglhhmcinaamflimaagdpoacppkn
URL Officiel https://chromewebstore.google.com/detail/clearads-advanced-ad-bloc/mdaccglhhmcinaamflimaagdpoacppkn
Description ClearAds: Say goodbye to ads! Enjoy seamless browsing with our advanced ad blocker. Faster, safer, and distraction-free. Get it now!
Taille du Fichier 13.6 MB
Nombre d'Installations 261
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-06-12
Date de Publication 2023-06-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur Block Office
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
Langues Prises en Charge id,ms,de,en,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": "ClearAds Advanced Ad Blocker",
    "background": {
        "service_worker": "worker_container.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "101.0",
    "version": "1.0.1",
    "name": "__MSG_extName__",
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "filters\/declarative\/filter_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "filters\/declarative\/filter_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": true,
                "path": "filters\/declarative\/filter_14.json"
            },
            {
                "id": "ruleset_16",
                "enabled": false,
                "path": "filters\/declarative\/filter_16.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "filters\/declarative\/filter_2.json"
            },
            {
                "id": "ruleset_224",
                "enabled": false,
                "path": "filters\/declarative\/filter_224.json"
            },
            {
                "id": "ruleset_3",
                "enabled": true,
                "path": "filters\/declarative\/filter_3.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "filters\/declarative\/filter_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "filters\/declarative\/filter_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "filters\/declarative\/filter_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "filters\/declarative\/filter_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "filters\/declarative\/filter_9.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "web-accessible-resources\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}