MPV Button

Adds a button for MPV player to YouTube

MPV Buttonคืออะไร?

MPV Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds a button for MPV player to YouTube"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MPV Button

ดาวน์โหลดไฟล์ส่วนขยาย MPV Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds a button to YouTube videos on YouTube.com that lets you play the video in MPV player (https://github.com/XENKing/mpvbutton)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MPV Button MPV Button
ID kffgglnfnodcijffgdfbcaedicddooem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mpv-button/kffgglnfnodcijffgdfbcaedicddooem
คำอธิบาย Adds a button for MPV player to YouTube
ขนาดไฟล์ 51.29 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2020-03-17
วันที่เผยแพร่ 2020-03-17
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/XENKing/mpvbutton-chrome
URL หน้าช่วยเหลือ https://github.com/XENKing/mpvbutton-chrome/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/github.com\/XENKing\/mpvbutton-chrome",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtu.be\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": []
}