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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |