Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
Co to jest Google Ad Highlighter?
Google Ad Highlighter to rozszerzenie Chrome opracowane przez http://mackgrenfell.com, a jego główną funkcją jest „Change the way that Google search ads appear, so that you can tell them from organic results.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Ad Highlighter
Pobierz pliki rozszerzeń Google Ad Highlighter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | efdnfkeepomldekelmahchfniegccmhn |
Oficjalny URL | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
Opis | Change the way that Google search ads appear, so that you can tell them from organic results. |
Rozmiar pliku | 9.77 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2020-01-27 |
Data Publikacji | 2020-01-27 |
Ocena | 3.50/5 Łącznie 2 Oceny |
Deweloper | http://mackgrenfell.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |