Open with VLC
Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers.
Open with VLCคืออะไร?
Open with VLC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan และคุณลักษณะหลักของมันคือ "Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open with VLC
ดาวน์โหลดไฟล์ส่วนขยาย Open with VLC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open websites with VLC. You must install the vlc:// protocol handler as well: https://github.com/stefansundin/vlc-protocol You should use this together with VLC playlist parsers, e.g: https://addons.videolan.org/p/1167220/ Please do not use it if you don't understand the above. You can right-click on links, iframes, and audio/video elements, and use the "Open with VLC" menu item.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open with VLC |
ID | jcccmhdgkfinhddlhpahoeofmdlljglh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-with-vlc/jcccmhdgkfinhddlhpahoeofmdlljglh |
คำอธิบาย | Open websites with VLC. You must install the vlc:// protocol handler as well. You should use this together with playlist parsers. |
ขนาดไฟล์ | 8.19 KB |
จำนวนการติดตั้ง | 15,343 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2020-10-01 |
วันที่เผยแพร่ | 2018-05-25 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Stefan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/stefansundin/open-with-vlc |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open with VLC", "version": "1.4.1", "description": "Open websites with VLC. You must install the vlc:\/\/ protocol handler as well. You should use this together with playlist parsers.", "homepage_url": "https:\/\/github.com\/stefansundin\/open-with-vlc", "author": "Stefan Sundin", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "16": "icon.png", "19": "icon.png", "38": "icon.png" }, "default_title": "Open page with VLC", "default_popup": "popup.html" }, "commands": { "open-vlc": { "suggested_key": { "default": "Alt+Shift+V" }, "description": "Open page with VLC" } }, "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ] } |