Open In MPV

Open videos and audios in MPV.

ما هو Open In MPV؟

Open In MPV هو إضافة Chrome تم تطويرها بواسطة Eric Karnes، والميزة الرئيسية لها هي "Open videos and audios in MPV.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Open In MPV

قم بتنزيل ملفات الامتداد Open In MPV بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}