Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
Qu'est-ce que Google Ad Highlighter ?
Google Ad Highlighter est une extension Chrome développée par http://mackgrenfell.com, et sa fonction principale est "Change the way that Google search ads appear, so that you can tell them from organic results.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Ad Highlighter
Téléchargez les fichiers d'extension Google Ad Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | efdnfkeepomldekelmahchfniegccmhn |
URL Officiel | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
Description | Change the way that Google search ads appear, so that you can tell them from organic results. |
Taille du Fichier | 9.77 KB |
Nombre d'Installations | 49 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-01-27 |
Date de Publication | 2020-01-27 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | http://mackgrenfell.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |