Open In MPV

Open videos and audios in MPV.

Open In MPV란 무엇입니까?

Open In MPV은(는) Eric Karnes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open videos and audios in MPV."입니다.

확장 프로그램 스크린샷

screenshot

Open In MPV 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        I modified the IINA Chrome extension to work with MPV so I'm not required to have a background process running like what the alternatives need.

The only caveat is that you need to assign MPV to the ytdl:// url scheme.

On a Mac this can be achieved by using https://github.com/Lord-Kamina/SwiftDefaultApps                    

확장 프로그램 기본 정보

이름 Open In MPV Open In MPV
ID epaldpobheocfkfioepkcalnlhlgpcag
공식 URL https://chrome.google.com/webstore/detail/open-in-mpv/epaldpobheocfkfioepkcalnlhlgpcag
설명 Open videos and audios in MPV.
파일 크기 399 KB
설치 횟수 181
현재 버전 1.01
최근 업데이트 2020-11-06
출시 날짜 2020-10-30
평점 1.00/5 총 1 개의 평점
개발자 Eric Karnes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/GreyAsteroid/open-in-mpv
도움말 페이지 URL https://github.com/GreyAsteroid/open-in-mpv/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open In MPV",
    "description": "Open videos and audios in MPV.",
    "version": "1.01",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "32": "icon32.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "96": "icon96.png",
            "128": "icon128.png",
            "256": "icon256.png",
            "512": "icon512.png"
        },
        "default_title": "Open In MPV"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "96": "icon96.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    }
}