Don’t Watch Later

A simple extension to disable autoplay for videos from your YouTube watch later playlist.

ما هو Don’t Watch Later؟

Don’t Watch Later هو إضافة Chrome تم تطويرها بواسطة Shakeel، والميزة الرئيسية لها هي "A simple extension to disable autoplay for videos from your YouTube watch later playlist.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Don’t Watch Later

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

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

                        A simple Google Chrome extension to disable autoplay for videos from your YouTube Watch Later playlist.

I usually open videos in a new tab from my Watch Later playlist, which automatically has the `list=WL` querystring parameter. I also don’t usually watch videos in the order I added them to my Watch Later playlist. Instead of trying to hack YouTube’s massive amounts of JavaScript, this plugin does exactly what I need.

This extension doesn't track any of your data usage, and is open sourced at https://github.com/shakeelmohamed/dont-watch-later                    

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

الاسم Don’t Watch Later Don’t Watch Later
ID ehoknndjpaojgkmmiagiiejdbhfeckch
عنوان URL الرسمي https://chromewebstore.google.com/detail/don%E2%80%99t-watch-later/ehoknndjpaojgkmmiagiiejdbhfeckch
الوصف A simple extension to disable autoplay for videos from your YouTube watch later playlist.
حجم الملف 11.92 KB
عدد التثبيتات 70
النسخة الحالية 0.3.0
آخر تحديث 2023-12-24
تاريخ النشر 2017-10-19
تقييم 4.33/5 مجموع تقييمات 9
المطور Shakeel
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/shakeelmohamed/dont-watch-later
عنوان صفحة المساعدة https://github.com/shakeelmohamed/dont-watch-later/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don\u2019t Watch Later",
    "version": "0.3.0",
    "description": "A simple extension to disable autoplay for videos from your YouTube watch later playlist.",
    "icons": {
        "128": "x-icon-128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/watch*list=wl*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "manifest_version": 3
}