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是由nmihaly0113开发的Chrome扩展程序,该扩展的主要功能是“A complete replacement for the default HTML5 video and audio player.”。

扩展截图

screenshot
screenshot

下载BetterPlayer - A Modern Video Player扩展crx文件

下载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"
        }
    ]
}