WebExtension.net
WebExtension.net

Adblock Bear - stop invasive ads

View on Chrome Web Store
View Adblock Bear - stop invasive ads Chrome Extension on Chrome Web Store
4.4 (56 ratings)
2 new ratings

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

Stop annoying ads, social ads and popups on some of the most popular sites.
Type
Extension
Users
60,000 users
10K
Swiss Privacy Foundation
View author page of Swiss Privacy Foundation
Published
Published on November 8, 2023
Version 2024.09.24.15
Manifest version
3
Updated
Updated on September 25, 2024
View on Chrome Web Store
View Adblock Bear - stop invasive ads 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",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "cs.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "ruleset_1.json"
            }
        ]
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2024.09.24.15",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "web-accessible-resources\/*",
                "close.html",
                "128.png"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
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