Youtube Shorts auto next!

Auto playing next video when the current short is finished Show video percent progress on search bar

ما هو Youtube Shorts auto next!؟

Youtube Shorts auto next! هو إضافة Chrome تم تطويرها بواسطة pdkhanh93، والميزة الرئيسية لها هي "Auto playing next video when the current short is finished Show video percent progress on search bar".

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

screenshot

تحميل ملف CRX للإضافة Youtube Shorts auto next!

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

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

                        Auto playing next video when the current short is finished
Show video percent progress on search bar                    

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

الاسم Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
الوصف Auto playing next video when the current short is finished Show video percent progress on search bar
حجم الملف 4.21 KB
عدد التثبيتات 13
النسخة الحالية 1.0
آخر تحديث 2023-06-21
تاريخ النشر 2023-06-21
المطور pdkhanh93
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts auto next!",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}