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 |
公式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 |
Eメール | [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" } |