WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Popup Blocker for Chrome

Popup Blocker for Chrome

View on Chrome Web Store
View Popup Blocker for Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (28 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Block annoying popup requests from any website and enjoy fast browsing!
Type
Extension
Users
10,000 users
1K
PopupBlocker
View author page of PopupBlocker
Published
Published on November 22, 2023
Version 1.0.7
Manifest version
3
Updated
Updated on January 31, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Popup Blocker for Chrome 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__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.0.7",
    "action": {
        "default_popup": "src\/layouts\/popup.html",
        "default_icon": "icons\/icon128x128.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "js": [
                "src\/js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "src\/layouts\/main.html"
    },
    "icons": {
        "16": "icons\/icon16x16.png",
        "32": "icons\/icon32x32.png",
        "64": "icons\/icon64x64.png",
        "128": "icons\/icon128x128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "\/src\/layouts\/modal.html"
            ]
        }
    ],
    "commands": {
        "_execute_action": [],
        "allow-last-request": {
            "description": "__MSG_context_item2__"
        },
        "background-last-request": {
            "description": "__MSG_context_item4__"
        },
        "deny-last-request": {
            "description": "__MSG_context_item3__"
        },
        "redirect-last-request": {
            "description": "__MSG_context_item5__"
        }
    }
}
© 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