Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
Hvad er Google Ad Highlighter?
Google Ad Highlighter er en Chrome-udvidelse udviklet af http://mackgrenfell.com, og dens hovedfunktion er "Change the way that Google search ads appear, so that you can tell them from organic results.".
Udvidelsesskærmbilleder
Download Google Ad Highlighter-udvidelses-CRX-fil
Download Google Ad Highlighter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | efdnfkeepomldekelmahchfniegccmhn |
Officiel URL | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
Beskrivelse | Change the way that Google search ads appear, so that you can tell them from organic results. |
Filstørrelse | 9.77 KB |
Antal Installationer | 49 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2020-01-27 |
Udgivelsesdato | 2020-01-27 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | http://mackgrenfell.com |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |