Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
¿Qué es Google Ad Highlighter?
Google Ad Highlighter es una extensión de Chrome desarrollada por http://mackgrenfell.com, y su función principal es "Change the way that Google search ads appear, so that you can tell them from organic results.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Ad Highlighter
Descarga archivos de extensión Google Ad Highlighter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | efdnfkeepomldekelmahchfniegccmhn |
URL Oficial | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
Descripción | Change the way that Google search ads appear, so that you can tell them from organic results. |
Tamaño del Archivo | 9.77 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 0.0.1 |
Última Actualización | 2020-01-27 |
Fecha de Publicación | 2020-01-27 |
Calificación | 3.50/5 Total de 2 Calificaciones |
Desarrollador | http://mackgrenfell.com |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |