WebExtension.net
Toggle dark mode
WebExtension.net

Cool Popup Blocker

View on Chrome Web Store
View Cool Popup Blocker Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (7 ratings)
2 new ratings
11 views
This extension has been viewed 11 times

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

The ultimate solution for blocking ads and popups.
Type
Extension
Users
100,000 users
10K
CoolBlock Studios
View author page of CoolBlock Studios
Published
Published on February 10, 2025
Version 2.0.0.25
Manifest version
3
Updated
Updated on February 10, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cool Popup Blocker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "118.0",
    "background": {
        "service_worker": "backgroundProtection.js"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "scripting",
        "alarms"
    ],
    "version": "2.0.0.25",
    "action": {
        "default_title": "__MSG_default_title__"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "default.json"
            }
        ]
    },
    "icons": {
        "128": "protection_enabled.png"
    },
    "commands": {
        "_execute_action": [],
        "allow-last-request": {
            "description": "__MSG_context_item_allow_last_request__"
        },
        "deny-last-request": {
            "description": "__MSG_context_item_deny_last_request__"
        },
        "background-last-request": {
            "description": "__MSG_context_item_background_last_request__"
        },
        "redirect-last-request": {
            "description": "__MSG_context_item_redirect_last_request__"
        },
        "focus-last-request": {
            "description": "__MSG_context_item_focus_last_request__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/protection_enabled.png",
                "\/protection_disabled.png",
                "\/web-accessible\/popupDlg\/index.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 2025 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