WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Popup Blocker - Blocks annoying Popups

Popup Blocker - Blocks annoying Popups

View on Chrome Web Store
View Popup Blocker - Blocks annoying Popups Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (92 ratings)
2 new ratings
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

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

Blocks advertising popups from Streaming and Downloads sites
Type
Extension
Users
90,000 users
10K
PopUp Blocker
View author page of PopUp Blocker
Published
Published on November 19, 2023
Version 1.17.5
Manifest version
3
Updated
Updated on February 25, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Popup Blocker - Blocks annoying Popups 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",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.17.5",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "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'"
    }
}
© 2026 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