Google Ad Highlighter

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

O que é Google Ad Highlighter?

Google Ad Highlighter é uma extensão do Chrome desenvolvida por http://mackgrenfell.com, e sua principal característica é "Change the way that Google search ads appear, so that you can tell them from organic results.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Ad Highlighter

Baixe arquivos de extensão Google Ad Highlighter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Ad Highlighter Google Ad Highlighter
ID efdnfkeepomldekelmahchfniegccmhn
URL Oficial https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn
Descrição Change the way that Google search ads appear, so that you can tell them from organic results.
Tamanho do Arquivo 9.77 KB
Contagem de Instalações 49
Versão Atual 0.0.1
Última Atualização 2020-01-27
Data de Publicação 2020-01-27
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor http://mackgrenfell.com
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}