OPEN IN VLC™ MEDIA PLAYER

Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)

OPEN IN VLC™ MEDIA PLAYER란 무엇입니까?

OPEN IN VLC™ MEDIA PLAYER은(는) deltapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)"입니다.

확장 프로그램 스크린샷

screenshot

OPEN IN VLC™ MEDIA PLAYER 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Send media stream links from current tab to VLC MEDIA PLAYER
This extension observes network activity and offers "send-to-VLC" functionality when a streamable media is detected. This way you can watch media streams in your VLC media player instead of the built-in media player and use the power of VLC for watching or listening to media sources.
* Requires native client download                    

확장 프로그램 기본 정보

이름 OPEN IN VLC™ MEDIA PLAYER OPEN IN VLC™ MEDIA PLAYER
ID kgfmoklaodpeeldpdkakejcdlcekhdje
공식 URL https://chromewebstore.google.com/detail/open-in-vlc-media-player/kgfmoklaodpeeldpdkakejcdlcekhdje
설명 Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)
파일 크기 433 KB
설치 횟수 3,574
현재 버전 1.0.2
최근 업데이트 2023-04-23
출시 날짜 2021-10-11
평점 4.00/5 총 4 개의 평점
개발자 deltapps
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://asaraha.com/deltapps/
도움말 페이지 URL https://asaraha.com/deltapps/contact/
개인정보 보호 정책 페이지 URL https://asaraha.com/deltapps
지원되는 언어 de,en,fr,nl,da,et,it,hu,fi,cs,el,bg,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OPEN IN VLC\u2122 MEDIA PLAYER",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "contextMenus",
        "nativeMessaging",
        "webRequest",
        "*:\/\/*\/*.m3u8*",
        "*:\/\/*\/*.mpd*",
        ""
    ],
    "background": {
        "scripts": [
            "common.js"
        ]
    },
    "homepage_url": "https:\/\/asaraha.com\/deltapps\/",
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    },
    "page_action": {
        "default_title": "__MSG_page_action__"
    },
    "web_accessible_resources": [
        "\/data\/inject\/*",
        "\/data\/inject\/index.js",
        "\/data\/web\/*",
        "\/data\/web\/open.html",
        "\/data\/web\/play.html",
        "\/data\/",
        "data\/p\/index.html",
        "128.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}