Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
Что такое Google Ad Highlighter?
Google Ad Highlighter - это расширение Chrome, разработанное http://mackgrenfell.com, и его основная функция - "Change the way that Google search ads appear, so that you can tell them from organic results.".
Снимки экрана расширения
Скачать файл CRX расширения Google Ad Highlighter
Скачайте файлы расширений Google Ad Highlighter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | efdnfkeepomldekelmahchfniegccmhn |
Официальный URL | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
Описание | Change the way that Google search ads appear, so that you can tell them from organic results. |
Размер файла | 9.77 KB |
Количество установок | 49 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2020-01-27 |
Дата публикации | 2020-01-27 |
Рейтинг | 3.50/5 Всего 2 оценок |
Разработчик | http://mackgrenfell.com |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |