Undetectable Youtube AdBlocker

A free Undetectable Youtube AdBlocker

ما هو Undetectable Youtube AdBlocker؟

Undetectable Youtube AdBlocker هو إضافة Chrome تم تطويرها بواسطة LI، والميزة الرئيسية لها هي "A free Undetectable Youtube AdBlocker".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Undetectable Youtube AdBlocker

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

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

                        This adblocker blocks youtube ads without being detected.

Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.

Made my Igor & Luka                    

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

الاسم Undetectable Youtube AdBlocker Undetectable Youtube AdBlocker
ID hjmfamljcjmabepekpangndlnkffealb
عنوان URL الرسمي https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb
الوصف A free Undetectable Youtube AdBlocker
حجم الملف 37.24 KB
عدد التثبيتات 1,534
النسخة الحالية 5.0
آخر تحديث 2023-11-27
تاريخ النشر 2023-11-08
تقييم 3.79/5 مجموع تقييمات 19
المطور LI
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Undetectable Youtube AdBlocker",
    "description": "A free Undetectable Youtube AdBlocker",
    "version": "5.0",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "action": {
        "default_title": "Undetectable Youtube AdBlocker",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/injector.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                ".\/css\/youtubeStyles.css"
            ],
            "run_at": "document_start"
        }
    ]
}