WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Google Ads Highlighter

Google Ads Highlighter

View on Chrome Web Store
0.0 (0 ratings)
1 views
0 downloads

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

Highlight Google Ads in Google Search
Type
Extension
Users
37 users
2
Michiel De Greef
Published
Version 0.0.0.2
Manifest version
3
Updated
make_chrome_yours/accessibility
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Ads Highlighter",
    "description": "Highlight Google Ads in Google Search",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "background",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.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.