Essential Adblocker - Ad-free experience!

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

什么是Essential Adblocker - Ad-free experience!?

Essential Adblocker - Ad-free experience!是由https://essential-adblock.com开发的Chrome扩展程序,该扩展的主要功能是“Bid farewell to bothersome pop-ups, banners, and intrusive video ads with our cutting-edge Ad Blocker.”。

扩展截图

screenshot
screenshot
screenshot

下载Essential Adblocker - Ad-free experience!扩展crx文件

下载Essential Adblocker - Ad-free experience!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Essential Adblocker - Ad-free experience! Essential Adblocker - Ad-free experience!
ID hkoedmbnopkigkfofkknbmfambbljolg
官方URL https://chromewebstore.google.com/detail/essential-adblocker-ad-fr/hkoedmbnopkigkfofkknbmfambbljolg
简介 Bid farewell to bothersome pop-ups, banners, and intrusive video ads with our cutting-edge Ad Blocker.
文件大小 11.71 MB
安装次数 10,000
当前版本 1.0.1
更新时间 2024-02-19
上架时间 2023-11-29
评分 4.98/5 共57次评分
开发者 https://essential-adblock.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://essential-adblock.com/privacy
支持的语言 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"
            }
        ]
    }
}