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
电子邮箱 [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"
    }
}