BetterPlayer - A Modern Video Player

A complete replacement for the default HTML5 video and audio player.

BetterPlayer - A Modern Video Playerคืออะไร?

BetterPlayer - A Modern Video Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nmihaly0113 และคุณลักษณะหลักของมันคือ "A complete replacement for the default HTML5 video and audio player."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterPlayer - A Modern Video Player

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

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

                        ⭐ BetterPlayer was designed as a modern replacement for the default player built into Chrome-based web browsers.

⌨️ With BetterPlayer, you can use various keyboard shortcuts to quickly play or pause, skip, change speed and a lot more!

🔥 Shortcuts 🔥
- ⏯️ Play / Pause: "Space" / "K"
- ▶️ Skip 10 Seconds: "Left Arrow" / "J" ▪️ "Right Arrow" / "L"
- ⏩ Skip 30 Seconds: "Shift" + "Left/Right arrow"
- ⏭️ Skip 60 Seconds: "Ctrl" + "Left/Right arrow"
- ⏪ Previous Frame: "," / "<"
- ⏩ Next Frame: "." / ">"
- ▶️ Normal Speed: "/" / "?"
- 🔤 Captions: "C"
- 🔃 Reload: "R"
- 🖥️ Fullscreen: "F"
- 🔈 Decrease Volume: "Down Arrow"
- 🔊 Increase Volume: "Up Arrow"
- 🔇 Mute: "M"
- 🔙 Jump To Start: "Home"
- 🔚 Jump To End: "End"
- 🔝 Jump To Percentage: "0 - 9"                    

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

ชื่อ BetterPlayer - A Modern Video Player BetterPlayer - A Modern Video Player
ID dbcfpoaehlbfdeeaonihhkoocmjgalco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betterplayer-a-modern-vid/dbcfpoaehlbfdeeaonihhkoocmjgalco
คำอธิบาย A complete replacement for the default HTML5 video and audio player.
ขนาดไฟล์ 33.48 KB
จำนวนการติดตั้ง 503
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-09-29
วันที่เผยแพร่ 2022-04-28
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา nmihaly0113
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterPlayer - A Modern Video Player",
    "description": "A complete replacement for the default HTML5 video and audio player.",
    "author": "narcolepticinsomniac",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js",
                "arrive.js"
            ],
            "run_at": "document_start"
        }
    ]
}