Youtube popup blocker

People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…

ما هو Youtube popup blocker؟

Youtube popup blocker هو إضافة Chrome تم تطويرها بواسطة Dev Fasil، والميزة الرئيسية لها هي "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".

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

screenshot

تحميل ملف CRX للإضافة Youtube popup blocker

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

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

                        People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups.

It can be easily turned off again by clicking on the extention button in the top right.                    

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

الاسم Youtube popup blocker Youtube popup blocker
ID calcepdepicecadfaibokdeheekbihkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc
الوصف People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
حجم الملف 6.86 KB
عدد التثبيتات 1,403
النسخة الحالية 2.0
آخر تحديث 2020-09-09
تاريخ النشر 2020-08-31
تقييم 4.43/5 مجموع تقييمات 7
المطور Dev Fasil
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube popup blocker",
    "manifest_version": 2,
    "version": "2.0",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "rb_active_16.png",
        "128": "fyt_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}