Stop Youtube Autoplay

Stop Youtube Autoplay feature for Watch Later videos

ما هو Stop Youtube Autoplay؟

Stop Youtube Autoplay هو إضافة Chrome تم تطويرها بواسطة memorizer.eecs، والميزة الرئيسية لها هي "Stop Youtube Autoplay feature for Watch Later videos".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Stop Youtube Autoplay

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

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

                        Extension to stop Youtube autoplay, specifically for your Watch Later list.

- Since Youtube doesn't let the user disable autoplay for the Watch Later playlist, this extension will automatically prevent the autoplaying of the next video in your Watch Later playlist.

*Note: 
- currently only works for Watch Later list
- currently only works if the selected video is opened in a new tab                    

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

الاسم Stop Youtube Autoplay Stop Youtube Autoplay
ID igfflabimklppabjlnhhpmjmjmnbgcfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/stop-youtube-autoplay/igfflabimklppabjlnhhpmjmjmnbgcfl
الوصف Stop Youtube Autoplay feature for Watch Later videos
حجم الملف 29.79 KB
عدد التثبيتات 108
النسخة الحالية 1.0
آخر تحديث 2022-02-25
تاريخ النشر 2022-02-25
تقييم 1.00/5 مجموع تقييمات 2
المطور memorizer.eecs
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stop Youtube Autoplay",
    "description": "Stop Youtube Autoplay feature for Watch Later videos",
    "version": "1.0",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "action": {
        "default_title": "Stop Youtube Autoplay",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    }
}