Essential Adblocker - Ad-free experience!

Bid farewell to bothersome pop-ups, banners, and intrusive video ads with our cutting-edge Ad Blocker.

Qu'est-ce que Essential Adblocker - Ad-free experience! ?

Essential Adblocker - Ad-free experience! est une extension Chrome développée par https://essential-adblock.com, et sa fonction principale est "Bid farewell to bothersome pop-ups, banners, and intrusive video ads with our cutting-edge Ad Blocker.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Essential Adblocker - Ad-free experience!

Téléchargez les fichiers d'extension Essential Adblocker - Ad-free experience! 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

                        Introducing Essential Adblocker: your ultimate ally against the onslaught of online advertisements. This powerful extension is designed to elevate your browsing experience on Chrome, transforming it into a seamless, ad-free odyssey. Say goodbye to distracting ads and embrace a fluid, faster, and more focused web interaction.

Essential Adblocker excels in eliminating ads from a myriad of websites, keeping your attention locked on the content you love. It effectively eradicates banner ads, halts intrusive video commercials, and mutes various other advertising ploys, paving the way for a serene and uninterrupted browsing environment.

Key Features:

Robust Ad Removal: Essential Adblocker utilizes cutting-edge technology to identify and eliminate a wide range of advertisements, offering a smooth, uninterrupted web experience.
Ads Reporting Feature: Unique to Essential Adblocker, this function allows you to report any ad that slips through the net. Once reported, our team rapidly updates the system, ensuring the ad won't bother you again.
Privacy Protector: This extension safeguards your sensitive information from ad-based tracking systems, bolstering your online privacy and security.
Enhanced Performance: Essential Adblocker reduces the data burden on your browser by blocking ads, leading to lightning-fast page loads and an overall performance improvement.
Simplicity and Ease: Designed with the user in mind, Essential Adblocker features a straightforward interface and easy-to-use settings, welcoming browsers of all proficiency levels.
Regular Updates: Our commitment to your ad-free experience is unwavering. Essential Adblocker is regularly updated with the newest ad-blocking technology to keep intrusive ads at bay.

Experience the future of ad-free browsing with Essential Adblocker. Enjoy an undisturbed, quicker, and safer web experience, tailored just for you.

Your privacy and data security are our top priorities. Learn more by visiting our Privacy Policy: https://essential-adblock.com/privacy                    

Informations de Base sur l'Extension

Nom Essential Adblocker - Ad-free experience! Essential Adblocker - Ad-free experience!
ID hkoedmbnopkigkfofkknbmfambbljolg
URL Officiel https://chromewebstore.google.com/detail/essential-adblocker-ad-fr/hkoedmbnopkigkfofkknbmfambbljolg
Description Bid farewell to bothersome pop-ups, banners, and intrusive video ads with our cutting-edge Ad Blocker.
Taille du Fichier 11.71 MB
Nombre d'Installations 10,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2024-02-19
Date de Publication 2023-11-29
Évaluation 4.98/5 Total 57 Évaluations
Développeur https://essential-adblock.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://essential-adblock.com/privacy
Langues Prises en Charge de,en,fr,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "Ess_AdBlock",
    "version": "1.0.1",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/logo_x16_colored.png",
        "32": "icons\/logo_x32_colored.png",
        "48": "icons\/logo_x48_colored.png",
        "64": "icons\/logo_x64_colored.png",
        "128": "icons\/logo_x128_colored.png"
    },
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "activeTab",
        "contextMenus",
        "webNavigation",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/war\/*",
                "*.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline'; child-src 'self';"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "filters\/declarative\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_9\/ruleset_9.json"
            }
        ]
    }
}