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是由http://mackgrenfell.com开发的Chrome扩展程序,该扩展的主要功能是“Change the way that Google search ads appear, so that you can tell them from organic results.”。

扩展截图

screenshot

下载Google Ad Highlighter扩展crx文件

下载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.                    

扩展基本信息

名称 Google Ad Highlighter Google Ad Highlighter
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"
            ]
        }
    ]
}