ReversePlaylist (Youtube)

An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…

ما هو ReversePlaylist (Youtube)؟

ReversePlaylist (Youtube) هو إضافة Chrome تم تطويرها بواسطة Jass، والميزة الرئيسية لها هي "An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…".

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

screenshot

تحميل ملف CRX للإضافة ReversePlaylist (Youtube)

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

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

                        An extension that allows you to reverse the order playlist items on Youtube are played.

By pinning & clicking on the extension you can select which direction you want playlist videos to be autoplayed. 

NOTE: The playlist itself will not change! Instead, start on the most recent playlist item and once it completes it will autoplay to the next item in reverse order!                    

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

الاسم ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
الوصف An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
حجم الملف 11.18 KB
عدد التثبيتات 1,886
النسخة الحالية 1.0
آخر تحديث 2020-10-03
تاريخ النشر 2020-10-03
تقييم 3.13/5 مجموع تقييمات 23
المطور Jass
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReversePlaylist (Youtube)",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "ReversePlaylist (Youtube)"
    }
}