AdzShield

Automatically skips ads on Youtube and hides ads on Google.

ما هو AdzShield؟

AdzShield هو إضافة Chrome تم تطويرها بواسطة https://adzshield.com، والميزة الرئيسية لها هي "Automatically skips ads on Youtube and hides ads on Google.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AdzShield

قم بتنزيل ملفات الامتداد AdzShield بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Enjoying your browsing experience on Google and Youtube with Adz Shield. 
We will make sure that you are not getting distracted by annoying ads.
- Clicks on "skip ad" for you on Youtube
- Hides distracting ads on Youtube and Google.                    

معلومات أساسية عن التمديد

الاسم AdzShield AdzShield
ID bedkmppnhldpheapcmnlchkdhfldcedd
عنوان URL الرسمي https://chromewebstore.google.com/detail/adzshield/bedkmppnhldpheapcmnlchkdhfldcedd
الوصف Automatically skips ads on Youtube and hides ads on Google.
حجم الملف 17.25 KB
عدد التثبيتات 111,992
النسخة الحالية 1.0.4
آخر تحديث 2023-11-28
تاريخ النشر 2022-01-11
تقييم 4.43/5 مجموع تقييمات 23
المطور https://adzshield.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://adzshield.com/privacy.php
اللغات المدعومة de,en,fr,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.4",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.nl\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "128.png",
                "c.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}