WebExtension.net
WebExtension.net

Eclipse Ad Blocker

View on Chrome Web Store
View Eclipse Ad Blocker Chrome Extension on Chrome Web Store
4.6 (27 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Blocks intrusive ads on most websites.
Type
Extension
Users
50,000 users
Eclipse
View author page of Eclipse
Published
Published on December 12, 2023
Version 2.0.1
Manifest version
3
Updated
Updated on December 12, 2023
View on Chrome Web Store
View Eclipse Ad Blocker Chrome Extension on Chrome Web Store
make_chrome_yours/privacy
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.1",
    "default_locale": "en",
    "icons": {
        "128": "eclipse.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "ServiceWorker.js"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "ExtendedCSS.js",
                "ContentScript.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "youtube.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "static_filters\/r_0.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "static_filters\/r_1.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "static_filters\/r_2.json"
            },
            {
                "id": "4",
                "enabled": true,
                "path": "static_filters\/r_3.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static_filters\/redirects\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top