Open In MPV
Open videos and audios in MPV.
Open In MPVคืออะไร?
Open In MPV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eric Karnes และคุณลักษณะหลักของมันคือ "Open videos and audios in MPV."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open In MPV
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |