VLC 4 YouTube (beta)
Open YouTube videos in VLC.
VLC 4 YouTube (beta)คืออะไร?
VLC 4 YouTube (beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wiz Extensions และคุณลักษณะหลักของมันคือ "Open YouTube videos in VLC."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VLC 4 YouTube (beta)
ดาวน์โหลดไฟล์ส่วนขยาย VLC 4 YouTube (beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click the extension icon when you are on a YouTube™ page to open the current video in VLC (or just hit Alt+V).
Full controls and more features are on the way... stay tuned!
VLC uses less resources and can boost the volume up to 200%.
NB: You _NEED_ to have VLC 2.0 (or above) installed and to activate its http interface (read here https://github.com/azrafe7/vlc4youtube/blob/master/instructions/how-to-enable-vlc-web-interface.md on how to do it). You may need to restart VLC after enabling the web interface.
Changelog: https://github.com/azrafe7/vlc4youtube/blob/master/CHANGELOG.md
Please report issues here: https://github.com/azrafe7/vlc4youtube/issues ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jldiailifbdkepgpcojllmkbakleicab |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vlc-4-youtube-beta/jldiailifbdkepgpcojllmkbakleicab |
| คำอธิบาย | Open YouTube videos in VLC. |
| ขนาดไฟล์ | 113 KB |
| จำนวนการติดตั้ง | 27,238 |
| เวอร์ชันปัจจุบัน | 0.4.1 |
| อัปเดตครั้งล่าสุด | 2020-12-12 |
| วันที่เผยแพร่ | 2020-06-27 |
| คะแนน | 3.90/5 รวมทั้งหมด 257 คะแนน |
| ผู้พัฒนา | Wiz Extensions |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/azrafe7/vlc4youtube |
| URL หน้าช่วยเหลือ | https://github.com/azrafe7/vlc4youtube/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"description": "Open YouTube videos in VLC.",
"icons": {
"128": "icons\/icon-128.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "25.0",
"name": "VLC 4 YouTube (beta)",
"page_action": {
"default_icon": "icons\/icon-19.png",
"default_popup": "popup.html",
"default_title": "Open this video in VLC"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*.youtube.com\/*",
"http:\/\/localhost\/*"
],
"commands": {
"_execute_page_action": {
"suggested_key": {
"default": "Alt+V"
}
}
},
"version": "0.4.1"
} | |