VLC 4 YouTube (beta)
Open YouTube videos in VLC.
什麼是VLC 4 YouTube (beta)?
VLC 4 YouTube (beta)是由Wiz Extensions開發的Chrome擴展程式,該擴展的主要功能是“Open YouTube videos in VLC.”。
擴展截圖
下載VLC 4 YouTube (beta)擴展crx文件
下載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
擴展基本資訊
名稱 | VLC 4 YouTube (beta) |
ID | jldiailifbdkepgpcojllmkbakleicab |
官方網址 | 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" } |