Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
Was ist Google Ad Highlighter?
Google Ad Highlighter ist eine Chrome-Erweiterung, die von http://mackgrenfell.com entwickelt wurde, und ihr Hauptmerkmal ist "Change the way that Google search ads appear, so that you can tell them from organic results.".
Erweiterungsscreenshots
Google Ad Highlighter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Ad Highlighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | efdnfkeepomldekelmahchfniegccmhn |
Offizielle URL | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
Beschreibung | Change the way that Google search ads appear, so that you can tell them from organic results. |
Dateigröße | 9.77 KB |
Installationsanzahl | 49 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-01-27 |
Veröffentlichungsdatum | 2020-01-27 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | http://mackgrenfell.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |