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
官方網址 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"
            ]
        }
    ]
}