Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
Vad är Google Ad Highlighter?
Google Ad Highlighter är en Chrome-tillägg utvecklad av http://mackgrenfell.com, och dess huvudfunktion är "Change the way that Google search ads appear, so that you can tell them from organic results.".
Tilläggsskärmbilder
Ladda ner Google Ad Highlighter-förlängningens CRX-fil
Ladda ner Google Ad Highlighter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | efdnfkeepomldekelmahchfniegccmhn |
Officiell webbadress | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
Beskrivning | Change the way that Google search ads appear, so that you can tell them from organic results. |
Filstorlek | 9.77 KB |
Antal Installationer | 49 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2020-01-27 |
Publiceringsdatum | 2020-01-27 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | http://mackgrenfell.com |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |