WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pop up blocker for Chrome™ - Poper Blocker

Pop up blocker for Chrome™ - Poper Blocker

View on Chrome Web Store
View Pop up blocker for Chrome™ - Poper Blocker Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (81,385 ratings)
1 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.

Block popups, ads, cookie requests, trackers, notifications, ads on social media & more. A clean browsing experience starts today.
Type
Extension
Users
2,000,000 users
dingosolutions
View author page of dingosolutions
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 16, 2012
Version 7.4.1
Manifest version
3
Updated
Updated on June 16, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Pop up blocker for Chrome™ - Poper 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",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "toast.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "cookieCrumbler.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "contentSocialBlocker.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.x.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [
                "youtubeBlocker.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "videoStreamBlocker.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "hooksManager.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/www.poperblocker.com",
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "contextMenus",
        "scripting",
        "webNavigation",
        "alarms"
    ],
    "optional_permissions": [
        "contentSettings"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "7.4.1",
    "version_name": "7.4.1",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "message.html",
                "injectScript.js",
                "injectScriptAdjust.js",
                "youtubeAdBlockInjectScript.js",
                "videoStreamAdBlockInjectScript.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "short_name": "Poper Blocker",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'  'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.pbapi.xyz\/*",
            "https:\/\/*.poperblocker.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDALAAHG0bnAXJo\/KvLYa79Ciw8sIXbpiXHQmYZ8upJBgvIVIearA+5pwQUZ2ky54iyLYixfiX7vN5x9N2NZChwrNUPbH8Nqhrsnm5+QdhnsiZBFdq\/ryLM7mRFrRw0neewXIPqRkvbx7Ocfgb+dpixeVvrHUGM2dd\/r66IidHAYwIDAQAB",
    "action": {
        "default_icon": "\/images\/icon19.png",
        "default_popup": "action.html",
        "default_title": "Poper Blocker"
    }
}
© 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