Ads Highlight

Highlights Search Results Ads

What is Ads Highlight?

Ads Highlight is a Chrome extension developed by yaadsuiss, and its main feature is "Highlights Search Results Ads".

Extension Screenshots

screenshot
screenshot

Download Ads Highlight Extension CRX File

Download Ads Highlight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Highlights Search Results Ads
Once installed, "Ads Highlight" monitors the search result of top search engines and highlights in color any Advertisement that might be hidden in the search results. 
Tired of being tricked into clicking an Advertisement in one of the top search results?
Missed the small "Ad" banner besides the search result?
Add "ADS HIGHLIGHTER" Extension and never miss an Ad again in your life. 
With "ADS HIGHLIGHTER" all search results which are in fact advertisements will be  highlighted for you to notice.                    

Extension Basic Information

Name Ads Highlight Ads Highlight
ID idepommjbmenohboifjgimmfhejagmjf
Official URL https://chromewebstore.google.com/detail/ads-highlight/idepommjbmenohboifjgimmfhejagmjf
Description Highlights Search Results Ads
File Size 16.44 KB
Installation Count 18
Current Version 2.7
Last Updated 2020-07-27
Publish Date 2020-07-26
Rating 5.00/5 Total 1 Ratings
Developer yaadsuiss
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads Highlight",
    "description": "Highlights Search Results Ads",
    "version": "2.7",
    "permissions": [
        "http:\/\/www.google.com\/*",
        "https:\/\/www.google.com\/*",
        "http:\/\/search.yahoo.com\/*",
        "https:\/\/search.yahoo.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Ads Highlighter"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}