VLC Capture

Open web videos in VLC

VLC Capture란 무엇입니까?

VLC Capture은(는) https://auriou.wordpress.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open web videos in VLC"입니다.

확장 프로그램 스크린샷

screenshot

VLC Capture 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Play web videos directly in VLC  automatically and maintains a playlist

Other extension for Chromecast :
https://chrome.google.com/webstore/detail/videocast/gclhodkofgoighinmongpkpncdpalejb                    

확장 프로그램 기본 정보

이름 VLC Capture VLC Capture
ID goppbgmjnldonmjemebdmcjfefbgoloh
공식 URL https://chromewebstore.google.com/detail/vlc-capture/goppbgmjnldonmjemebdmcjfefbgoloh
설명 Open web videos in VLC
파일 크기 78.8 KB
설치 횟수 37,678
현재 버전 1.0.0
최근 업데이트 2014-09-13
출시 날짜 2014-09-13
평점 3.77/5 총 303 개의 평점
개발자 https://auriou.wordpress.com
결제 유형 free
확장 프로그램 웹 사이트 http://auriou.wordpress.com/2014/09/01/extension-chrome-permettant-de-visualiser-les-vidos-web-sur-vlc/
지원되는 언어 en,fr
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/vlc-off.png",
        "default_popup": "popup.html"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "17.0.0.0",
    "name": "VLC Capture",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "activeTab",
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}