Tab Playlist for YouTube™

Lets you make a playlist by simply lining up tabs

Tab Playlist for YouTube™คืออะไร?

Tab Playlist for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย metarmask และคุณลักษณะหลักของมันคือ "Lets you make a playlist by simply lining up tabs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Playlist for YouTube™

ดาวน์โหลดไฟล์ส่วนขยาย Tab Playlist for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extensions lets you use tabs to make a temporary video playlist. When active the extension will switch to the tab to the right when a video finishes. When that tab's video finishes it will switch to the next and so on. By using the middle mouse button you can very easily line up videos you want to watch.

Note: This extension only works with the HTML5 player, make sure you have it at https://www.youtube.com/html5 .

Videos featured in the screenshots and video were made by vlogbrothers (https://www.youtube.com/channel/UCGaVdbSav8xWuFWTadK6loA)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Playlist for YouTube™ Tab Playlist for YouTube™
ID ikogidhhmokakdcclccipjnfohibicbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-playlist-for-youtube/ikogidhhmokakdcclccipjnfohibicbh
คำอธิบาย Lets you make a playlist by simply lining up tabs
ขนาดไฟล์ 1.49 MB
จำนวนการติดตั้ง 1,135
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-07-15
วันที่เผยแพร่ 2018-07-15
คะแนน 4.32/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา metarmask
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/metarmask/tab-playlist/
URL หน้าช่วยเหลือ https://github.com/metarmask/tab-playlist/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Playlist for YouTube\u2122",
    "short_name": "Tab Playlist",
    "version": "0.3",
    "description": "Lets you make a playlist by simply lining up tabs",
    "author": "\/u\/metarmask",
    "icons": {
        "128": "images\/extension\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeContent",
        "https:\/\/www.youtube.com\/"
    ],
    "page_action": {
        "default_icon": "images\/pageAction\/disabled.png",
        "default_title": "Click to enable\nWhen a the video finishes with this enabled the next tab will be selected if it's a YouTube one."
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "content-script-js-accesser.js"
    ]
}