YouTube - Don't Stop

Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.

ما هو YouTube - Don't Stop؟

YouTube - Don't Stop هو إضافة Chrome تم تطويرها بواسطة Nibble Bytes، والميزة الرئيسية لها هي "Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.".

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

screenshot

تحميل ملف CRX للإضافة YouTube - Don't Stop

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

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

                        Removes YouTube popups so you can keep listening to your music without interruption. Fast and efficient and no frills.

Contact the author if it stops working for any reason.

Instructions: 

This Extension (as other extensions) only works when Youtube is the active tab in Chrome.                    

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

الاسم YouTube - Don't Stop YouTube - Don't Stop
ID lfccbkicpiohnnalhapdgjadlcahicip
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-dont-stop/lfccbkicpiohnnalhapdgjadlcahicip
الوصف Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.
حجم الملف 46.52 KB
عدد التثبيتات 2,929
النسخة الحالية 1.2
آخر تحديث 2020-01-15
تاريخ النشر 2020-01-14
تقييم 2.80/5 مجموع تقييمات 5
المطور Nibble Bytes
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube - Don't Stop",
    "version": "1.2",
    "icons": {
        "128": "128x128 icon.png"
    },
    "description": "Remove the \"Video paused. Continue watching?\" popup & \"Get it now\" Youtube Premium popup ad. No frills & efficient.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "continue_watching.js"
            ],
            "all_frames": true
        }
    ]
}