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
官方網址 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"
            }
        ]
    }
}