Google Ad Highlighter

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

Cos'è Google Ad Highlighter?

Google Ad Highlighter è un'estensione di Chrome sviluppata da http://mackgrenfell.com, e la sua funzione principale è "Change the way that Google search ads appear, so that you can tell them from organic results.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Ad Highlighter

Scarica i file di estensione Google Ad Highlighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Ad Highlighter Google Ad Highlighter
ID efdnfkeepomldekelmahchfniegccmhn
URL Ufficiale https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn
Descrizione Change the way that Google search ads appear, so that you can tell them from organic results.
Dimensione del File 9.77 KB
Conteggio Installazioni 49
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-01-27
Data di Pubblicazione 2020-01-27
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore http://mackgrenfell.com
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}