Video URLs for VLC

This extension will help getting actual video URLs if you wish to play them in VLC

Video URLs for VLC란 무엇입니까?

Video URLs for VLC은(는) tdwivedi2708에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help getting actual video URLs if you wish to play them in VLC"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video URLs for VLC 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will help getting actual video URLs if you wish to play them in VLC. Just click the Chrome menu icon of the extension, and you will get the actual video URL of the video content. Just copy it, and paste in "Media->Open Network Stream" in VLC media player, and watch your favourite online shows/live events online.                    

확장 프로그램 기본 정보

이름 Video URLs for VLC Video URLs for VLC
ID hkmgpkkdjolenhddemkgngpiagjglecb
공식 URL https://chromewebstore.google.com/detail/video-urls-for-vlc/hkmgpkkdjolenhddemkgngpiagjglecb
설명 This extension will help getting actual video URLs if you wish to play them in VLC
파일 크기 366 KB
설치 횟수 3,912
현재 버전 1.0
최근 업데이트 2017-06-17
출시 날짜 2017-06-17
평점 2.65/5 총 20 개의 평점
개발자 tdwivedi2708
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video URLs for VLC",
    "description": "This extension will help getting actual video URLs if you wish to play them in VLC",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/icon_active_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_active_16.png",
        "48": "icons\/icon_active_48.png",
        "128": "icons\/icon_active_128.png",
        "512": "icons\/icon_active_512.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*.hotstar.com\/"
    ]
}