Google Ad Highlighter

Change the way that Google search ads appear, so that you can tell them from organic results.

Google Ad Highlighter là gì?

Google Ad Highlighter là một tiện ích mở rộng Chrome được phát triển bởi http://mackgrenfell.com, và tính năng chính của nó là "Change the way that Google search ads appear, so that you can tell them from organic results.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Ad Highlighter

Tải xuống các tệp mở rộng Google Ad Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Ad Highlighter Google Ad Highlighter
ID efdnfkeepomldekelmahchfniegccmhn
URL Chính Thức https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn
Mô tả Change the way that Google search ads appear, so that you can tell them from organic results.
Kích Thước Tệp 9.77 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-01-27
Ngày Phát Hành 2020-01-27
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://mackgrenfell.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}