YouTube Video Player
YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
YouTube Video Playerคืออะไร?
YouTube Video Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Online Apps และคุณลักษณะหลักของมันคือ "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Video Player
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Video Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can add any YouTube video with these options: - icon (plus) next to logo on YouTube video detail page - context menu: right click to background on YouTube video detail page - context menu: right click to any link, that directed to YouTube video Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Video Player |
ID | cbklkhaojmgbcgkpbemolkionjbepkfc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc |
คำอธิบาย | YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later. |
ขนาดไฟล์ | 138 KB |
จำนวนการติดตั้ง | 13,983 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-02-29 |
วันที่เผยแพร่ | 2020-02-28 |
คะแนน | 3.59/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | Online Apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.e-players.net/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Player", "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "contextMenus", "notifications" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ] } |