WebExtension.net
Toggle dark mode
WebExtension.net

Ad Block Genius - stop invasive ads

View on Chrome Web Store
View Ad Block Genius - stop invasive ads Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Stop annoying ads, social ads and popups on some of the most popular sites.
Type
Extension
Users
9,000 users
3K
AIvanlab
View author page of AIvanlab
Published
Published on February 13, 2025
Version 1.3
Manifest version
3
Updated
Updated on February 17, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Ad Block Genius - stop invasive ads 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_appDesc__",
    "version": "1.3",
    "default_locale": "en",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "icons": {
        "16": "icons\/icon31.png",
        "48": "icons\/icon31.png",
        "128": "icons\/icon31.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/icon32.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html",
                "json\/*.json",
                "res\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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