Google Ad Highlighter

Change the way that Google search ads appear, so that you can tell them from organic results.

What is Google Ad Highlighter?

Google Ad Highlighter is a Chrome extension developed by http://mackgrenfell.com, and its main feature is "Change the way that Google search ads appear, so that you can tell them from organic results.".

Extension Screenshots

screenshot

Download Google Ad Highlighter Extension CRX File

Download Google Ad Highlighter 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

                        With the changes Google have made to how ads appear in search results, it's becoming increasingly difficult to tell what are ads and what are organic results.

This extension reverts some of this behaviour, by highlighting ads in the green colour that Google used up to the start of 2020.

This way, you can still see ads, but they're much easier to differentiate from organic results.                    

Extension Basic Information

Name Google Ad Highlighter Google Ad Highlighter
ID efdnfkeepomldekelmahchfniegccmhn
Official URL https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn
Description Change the way that Google search ads appear, so that you can tell them from organic results.
File Size 9.77 KB
Installation Count 49
Current Version 0.0.1
Last Updated 2020-01-27
Publish Date 2020-01-27
Rating 3.50/5 Total 2 Ratings
Developer http://mackgrenfell.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Ad Highlighter",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Change the way that Google search ads appear, so that you can tell them from organic results.",
    "homepage_url": "https:\/\/mackgrenfell.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/search*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}