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
官方網址 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"
    }
}