Ads Highlight

Highlights Search Results Ads

Apa itu Ads Highlight?

Ads Highlight adalah ekstensi Chrome yang dikembangkan oleh yaadsuiss, dan fitur utamanya adalah "Highlights Search Results Ads".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ads Highlight

Unduh file ekstensi Ads Highlight dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ads Highlight Ads Highlight
ID idepommjbmenohboifjgimmfhejagmjf
URL Resmi https://chromewebstore.google.com/detail/ads-highlight/idepommjbmenohboifjgimmfhejagmjf
Deskripsi Highlights Search Results Ads
Ukuran File 16.44 KB
Jumlah Instalasi 18
Versi Saat Ini 2.7
Terakhir Diperbarui 2020-07-27
Tanggal Publikasi 2020-07-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang yaadsuiss
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}