WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Cookie Blocker Pro

Cookie Blocker Pro

View on Chrome Web Store
View Cookie Blocker Pro Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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 ads and annoying cookies as well as optimising your browser by clearing cache many other things you choose
Type
Extension
Users
21 users
1
BOS
View author page of BOS
Published
Published on October 19, 2022
Version 1.214
Manifest version
3
Updated
Updated on December 23, 2022
productivity/workflow
Extension Category
View on Chrome Web Store
View Cookie Blocker Pro 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": "Cookie Blocker Pro",
    "short_name": "Cookie Blocker Pro",
    "description": "Blocks ads and annoying cookies as well as optimising your browser by clearing cache many other things you choose",
    "homepage_url": "https:\/\/cookieblockerpro.com",
    "version": "1.214",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab",
        "alarms",
        "browsingData",
        "cookies",
        "declarativeNetRequest",
        "gcm",
        "identity",
        "identity.email",
        "notifications",
        "storage",
        "scripting",
        "tabs",
        "webNavigation"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "rules_allow.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png",
            "192": "logo192.png",
            "512": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.mysocial360.com\/oauth\/*"
            ],
            "js": [
                ".\/messages\/auth.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}
© 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