Essential Adblocker - Ad-free experience!

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

Hvad er Essential Adblocker - Ad-free experience!?

Essential Adblocker - Ad-free experience! er en Chrome-udvidelse udviklet af https://essential-adblock.com, og dens hovedfunktion er "Bid farewell to bothersome pop-ups, banners, and intrusive video ads with our cutting-edge Ad Blocker.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Essential Adblocker - Ad-free experience!-udvidelses-CRX-fil

Download Essential Adblocker - Ad-free experience!-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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Essential Adblocker - Ad-free experience! Essential Adblocker - Ad-free experience!
ID hkoedmbnopkigkfofkknbmfambbljolg
Officiel URL https://chromewebstore.google.com/detail/essential-adblocker-ad-fr/hkoedmbnopkigkfofkknbmfambbljolg
Beskrivelse Bid farewell to bothersome pop-ups, banners, and intrusive video ads with our cutting-edge Ad Blocker.
Filstørrelse 11.71 MB
Antal Installationer 10,000
Nuværende Version 1.0.1
Senest Opdateret 2024-02-19
Udgivelsesdato 2023-11-29
Bedømmelse 4.98/5 Samlet 57 Bedømmelser
Udvikler https://essential-adblock.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://essential-adblock.com/privacy
Understøttede Sprog 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"
            }
        ]
    }
}