Youtube Channel Playlist

This extension will start playing the channel playlist of uploaded videos, starting from the current one.

ما هو Youtube Channel Playlist؟

Youtube Channel Playlist هو إضافة Chrome تم تطويرها بواسطة Hornobster، والميزة الرئيسية لها هي "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".

تحميل ملف CRX للإضافة Youtube Channel Playlist

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

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

                        This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Instructions:

- Open a Youtube video
- Click on Youtube Channel Playlist icon
- Enjoy your playlist!                    

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

الاسم Youtube Channel Playlist Youtube Channel Playlist
ID ookpplnjaaifdpfafceoaibpcdhigggi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi
الوصف This extension will start playing the channel playlist of uploaded videos, starting from the current one.
حجم الملف 14.03 KB
عدد التثبيتات 33
النسخة الحالية 1.1.3
آخر تحديث 2015-02-07
تاريخ النشر 2015-02-07
تقييم 3.00/5 مجموع تقييمات 4
المطور Hornobster
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Channel Playlist",
    "short_name": "YTPlaylist",
    "description": "This extension will start playing the channel playlist of uploaded videos, starting from the current one.",
    "version": "1.1.3",
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Start playlist"
    }
}