Ads Highlight

Highlights Search Results Ads

Ads Highlightคืออะไร?

Ads Highlight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yaadsuiss และคุณลักษณะหลักของมันคือ "Highlights Search Results Ads"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ads Highlight

ดาวน์โหลดไฟล์ส่วนขยาย Ads Highlight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Highlights Search Results Ads
Once installed, "Ads Highlight" monitors the search result of top search engines and highlights in color any Advertisement that might be hidden in the search results. 
Tired of being tricked into clicking an Advertisement in one of the top search results?
Missed the small "Ad" banner besides the search result?
Add "ADS HIGHLIGHTER" Extension and never miss an Ad again in your life. 
With "ADS HIGHLIGHTER" all search results which are in fact advertisements will be  highlighted for you to notice.                    

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

ชื่อ Ads Highlight Ads Highlight
ID idepommjbmenohboifjgimmfhejagmjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ads-highlight/idepommjbmenohboifjgimmfhejagmjf
คำอธิบาย Highlights Search Results Ads
ขนาดไฟล์ 16.44 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 2.7
อัปเดตครั้งล่าสุด 2020-07-27
วันที่เผยแพร่ 2020-07-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา yaadsuiss
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads Highlight",
    "description": "Highlights Search Results Ads",
    "version": "2.7",
    "permissions": [
        "http:\/\/www.google.com\/*",
        "https:\/\/www.google.com\/*",
        "http:\/\/search.yahoo.com\/*",
        "https:\/\/search.yahoo.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Ads Highlighter"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}