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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}