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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}