Essential Adblocker - Ad-free experience!

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

What is Essential Adblocker - Ad-free experience!?

Essential Adblocker - Ad-free experience! is a Chrome extension developed by https://essential-adblock.com, and its main feature is "Bid farewell to bothersome pop-ups, banners, and intrusive video ads with our cutting-edge Ad Blocker.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Essential Adblocker - Ad-free experience! Extension CRX File

Download Essential Adblocker - Ad-free experience! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Essential Adblocker - Ad-free experience! Essential Adblocker - Ad-free experience!
ID hkoedmbnopkigkfofkknbmfambbljolg
Official URL 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.
File Size 11.71 MB
Installation Count 10,000
Current Version 1.0.1
Last Updated 2024-02-19
Publish Date 2023-11-29
Rating 4.98/5 Total 57 Ratings
Developer https://essential-adblock.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://essential-adblock.com/privacy
Supported Languages 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"
            }
        ]
    }
}