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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
            ]
        }
    ]
}