Tabs Playlist for Youtube
Simply manage your "playlist" by ordering your youtube tabs.
Tabs Playlist for Youtubeคืออะไร?
Tabs Playlist for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthis de Wit และคุณลักษณะหลักของมันคือ "Simply manage your "playlist" by ordering your youtube tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabs Playlist for Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Tabs Playlist for Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Install: Add te extension to Google Chrome and reload all your Youtube tabs. Usage: 1. Open one Youtube video tab, the video starts playing automatically (as usual) 2. Other Youtube video tabs will be paused when loaded 3. When the 1st Youtube tab is almost done, it will crossfade with the next Youtube tab. When you play another Youtube tab, all other Youtube tabs will be paused. Known bugs: Occassionally a video is not automatically paused, working on this...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | naplcmgdmolcljbkjajgdnlpfjcdclpi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tabs-playlist-for-youtube/naplcmgdmolcljbkjajgdnlpfjcdclpi |
คำอธิบาย | Simply manage your "playlist" by ordering your youtube tabs. |
ขนาดไฟล์ | 72.74 KB |
จำนวนการติดตั้ง | 311 |
เวอร์ชันปัจจุบัน | 0.0.1.0 |
อัปเดตครั้งล่าสุด | 2013-11-15 |
วันที่เผยแพร่ | 2013-11-15 |
คะแนน | 2.80/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Matthis de Wit |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Playlist for Youtube", "short_name": "TabPlaylistr", "version": "0.0.1.0", "manifest_version": 2, "description": "Simply manage your \"playlist\" by ordering your youtube tabs.", "icons": { "16": "image16.png", "48": "image48.png", "128": "image128.png" }, "permissions": [ "tabs", "*:\/\/*.youtube.com\/watch?*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "jquery.js", "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "jquery.js", "youtube.js", "jquery.min.map" ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "ids": [ "*" ], "accepts_tls_channel_id": false }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Tabs Playlist for Youtube - enabled" } } |