Google Ad Highlighter

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

Wat is Google Ad Highlighter?

Google Ad Highlighter is een Chrome-extensie ontwikkeld door http://mackgrenfell.com, en de belangrijkste functie is "Change the way that Google search ads appear, so that you can tell them from organic results.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Ad Highlighter

Download Google Ad Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Ad Highlighter Google Ad Highlighter
ID efdnfkeepomldekelmahchfniegccmhn
Officiële URL https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn
Beschrijving Change the way that Google search ads appear, so that you can tell them from organic results.
Bestandsgrootte 9.77 KB
Aantal Installaties 49
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-01-27
Publicatiedatum 2020-01-27
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://mackgrenfell.com
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}