Google Ad Highlighter

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

Co je Google Ad Highlighter?

Google Ad Highlighter je rozšíření Chrome vyvinuté http://mackgrenfell.com, a jeho hlavní funkcí je „Change the way that Google search ads appear, so that you can tell them from organic results.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Ad Highlighter

Stáhněte si soubory rozšíření Google Ad Highlighter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Ad Highlighter Google Ad Highlighter
ID efdnfkeepomldekelmahchfniegccmhn
Oficiální URL https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn
Popis Change the way that Google search ads appear, so that you can tell them from organic results.
Velikost souboru 9.77 KB
Počet instalací 49
Aktuální Verze 0.0.1
Poslední Aktualizace 2020-01-27
Datum Vydání 2020-01-27
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář http://mackgrenfell.com
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}