Uninterrupted for YouTube™
Maintain an Uninterrupted video playback throughout the YouTube™ website pages.
Uninterrupted for YouTube™คืออะไร?
Uninterrupted for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thusitha และคุณลักษณะหลักของมันคือ "Maintain an Uninterrupted video playback throughout the YouTube™ website pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uninterrupted for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Uninterrupted for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Uninterrupted for YouTube™ is a chrome extension to give you a seamless YouTube™ experience. It will resume your current video playback even if you switch into another page. This will be great for music lovers who wants to listen into the current song while searching for another song. The playback resuming process is fully automatic and it will exit on the video playback end. Some important features are, ★ Automatic playback resume. ★ Playlist support with "Next" button. ★ Smooth switching between mini player and the original YouTube™ page. ★ Video minimize support for mini player. ★ Automatic exit on playback end. ★ 360 Video support ★ YouTube™ live video support. ★ Extension enable/disable support. Try it for yourself and remember to add your feedback.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fjedfhpmiacidpeoidelpmfdlchffkpm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/uninterrupted-for-youtube/fjedfhpmiacidpeoidelpmfdlchffkpm |
คำอธิบาย | Maintain an Uninterrupted video playback throughout the YouTube™ website pages. |
ขนาดไฟล์ | 82.42 KB |
จำนวนการติดตั้ง | 315 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-07-11 |
วันที่เผยแพร่ | 2017-07-11 |
คะแนน | 4.31/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | Thusitha |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uninterrupted for YouTube\u2122", "description": "Maintain an Uninterrupted video playback throughout the YouTube\u2122 website pages.", "version": "1.0", "icons": { "16": "icons\/16x16.png", "20": "icons\/20x20.png", "24": "icons\/24x24.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png", "512": "icons\/512x512.png" }, "browser_action": { "default_icon": "icons\/32x32.png", "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-min.js", "js\/jquery-ui-min.js", "app.js" ], "css": [ "css\/youtube-undisturbed.css" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ] } |