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ファイルをダウンロード

Open In MPV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}