WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Highlight Ads

Highlight Ads

View on Chrome Web Store
View Highlight Ads 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.

Highlight and extract ads from web search page
Type
Extension
Users
3 users
1
sumityadav8181
View author page of sumityadav8181
Published
Published on September 17, 2024
Version 1.2.0
Manifest version
3
Updated
Updated on September 17, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Highlight 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_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_title": "Highlight Ads",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "commands"
    ],
    "commands": {
        "toggle-extension": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Toggle the extension"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Activate the extension"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.ae\/search*",
                "https:\/\/www.google.ca\/search*",
                "https:\/\/www.google.cl\/search*",
                "https:\/\/www.google.co.in\/search*",
                "https:\/\/www.google.co.jp\/search*",
                "https:\/\/www.google.co.th\/search*",
                "https:\/\/www.google.co.uk\/search*",
                "https:\/\/www.google.co.za\/search*",
                "https:\/\/www.google.com.ar\/search*",
                "https:\/\/www.google.com.au\/search*",
                "https:\/\/www.google.com.br\/search*",
                "https:\/\/www.google.com.hk\/search*",
                "https:\/\/www.google.com.mx\/search*",
                "https:\/\/www.google.com.my\/search*",
                "https:\/\/www.google.com.pe\/search*",
                "https:\/\/www.google.com.ph\/search*",
                "https:\/\/www.google.com.sa\/search*",
                "https:\/\/www.google.com.sg\/search*",
                "https:\/\/www.google.com.tr\/search*",
                "https:\/\/www.google.com.tw\/search*",
                "https:\/\/www.google.com.vn\/search*",
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.google.de\/search*",
                "https:\/\/www.google.es\/search*",
                "https:\/\/www.google.fr\/search*",
                "https:\/\/www.google.it\/search*",
                "https:\/\/www.google.nl\/search*"
            ],
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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