WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

Ad Block Genius - stop invasive ads

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
4.5 (487 ratings)
1 new ratings
28 views
This extension has been viewed 28 times

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

Stops annoying popup ads and a list of advertising scripts.
Type
Extension
Users
300,000 users
50K
AIvanlab
View author page of AIvanlab
Published
Published on February 13, 2025
Version 1.6
Manifest version
3
Updated
Updated on March 24, 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.6",
    "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",
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/icon31.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