Youtube Anti-Adblock Bypass

Allows you to watch YouTube videos with an adblocker.

ما هو Youtube Anti-Adblock Bypass؟

Youtube Anti-Adblock Bypass هو إضافة Chrome تم تطويرها بواسطة Project Centurion، والميزة الرئيسية لها هي "Allows you to watch YouTube videos with an adblocker.".

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

screenshot

تحميل ملف CRX للإضافة Youtube Anti-Adblock Bypass

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

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

                        Allows you to watch YouTube videos with an Adblocker installed. This extension is not an adblocker, it simply disables the YouTube popup that prevents you from watching videos. Use with extensions such as uBlock Origin for best results.

If you want to support me & fund further improvements: https://ko-fi.com/milkdudpoe                    

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

الاسم Youtube Anti-Adblock Bypass Youtube Anti-Adblock Bypass
ID gbghmolkliahkeekflofoaiofibligjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-anti-adblock-bypa/gbghmolkliahkeekflofoaiofibligjf
الوصف Allows you to watch YouTube videos with an adblocker.
حجم الملف 102 KB
عدد التثبيتات 20,000
النسخة الحالية 1.0.0
آخر تحديث 2023-10-29
تاريخ النشر 2023-10-25
تقييم 3.94/5 مجموع تقييمات 203
المطور Project Centurion
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Anti-Adblock Bypass",
    "description": "Allows you to watch YouTube videos with an adblocker.",
    "version": "1.0.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/music.youtube.com\/watch*"
            ],
            "js": [
                "injected.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png"
    }
}