Stop Youtube Autoplay Timer

This extension allows you to set a timer on Youtube's Autoplay

ما هو Stop Youtube Autoplay Timer؟

Stop Youtube Autoplay Timer هو إضافة Chrome تم تطويرها بواسطة park8، والميزة الرئيسية لها هي "This extension allows you to set a timer on Youtube's Autoplay".

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

screenshot

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

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

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

                        Do you fall asleep to Youtube videos on autoplay and wake up to still find Youtube videos playing? This extension will allow you to set a timer on the autoplay toggle so videos will stop auto playing                    

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

الاسم Stop Youtube Autoplay Timer Stop Youtube Autoplay Timer
ID amklgdeinpjclemjbepgimpkaknhfaem
عنوان URL الرسمي https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem
الوصف This extension allows you to set a timer on Youtube's Autoplay
حجم الملف 59.76 KB
عدد التثبيتات 95
النسخة الحالية 1.1
آخر تحديث 2020-08-19
تاريخ النشر 2020-08-17
المطور park8
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "matches": [
            "https:\/\/www.youtube.com\/watch*",
            "http:\/\/www.youtube.com\/watch*"
        ],
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "widget.html"
    },
    "icons": {
        "128": "res\/icon128.png"
    },
    "description": "This extension allows you to set a timer on Youtube's Autoplay",
    "manifest_version": 2,
    "name": "Stop Youtube Autoplay Timer",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ],
    "short_name": "Timed Autoplay",
    "version": "1.1"
}