WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Adblock Pro

Adblock Pro

View on Chrome Web Store
View Adblock Pro Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (23 ratings)
10 new ratings
6 views
This extension has been viewed 6 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 ads, pop-ups and intrusive trackers on YouTube, Facebook, and all websites!
Type
Extension
Users
10,000 users
1K
cletaz
View author page of cletaz
Published
Published on May 23, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on May 23, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Adblock 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",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "images\/red\/16.png",
            "32": "images\/red\/32.png",
            "64": "images\/red\/64.png",
            "128": "images\/red\/128.png"
        }
    },
    "background": {
        "service_worker": "javaScripts\/service-worker.js",
        "type": "module"
    },
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extShortDesc__",
    "short_name": "__MSG_extName__",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "global",
                "enabled": true,
                "path": "\/supporters\/mainSupporters\/global.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "images\/red\/16.png",
        "32": "images\/red\/32.png",
        "64": "images\/red\/64.png",
        "128": "images\/red\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "javaScripts\/jquery.js",
                "javaScripts\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "javaScripts\/assistantForRules.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ]
}
© 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