YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

ما هو YouTube AdBlock Notification Blocker؟

YouTube AdBlock Notification Blocker هو إضافة Chrome تم تطويرها بواسطة radiumcoding، والميزة الرئيسية لها هي "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

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

screenshot

تحميل ملف CRX للإضافة YouTube AdBlock Notification Blocker

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

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

                        Enhance your YouTube experience with the YouTube AdBlock Notification Blocker extension! Say goodbye to interruptions caused by ad-blocker popups on the YouTube website. Our extension works quietly in the background, seamlessly removing these notifications, ensuring you can enjoy uninterrupted content without any hassle.                    

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

الاسم YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
الوصف Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
حجم الملف 7.3 KB
عدد التثبيتات 77
النسخة الحالية 1.0
آخر تحديث 2023-10-24
تاريخ النشر 2023-10-24
تقييم 2.33/5 مجموع تقييمات 3
المطور radiumcoding
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube AdBlock Notification Blocker",
    "version": "1.0",
    "description": "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon1.png"
    }
}