BetterPlayer - A Modern Video Player

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

What is BetterPlayer - A Modern Video Player?

BetterPlayer - A Modern Video Player is a Chrome extension developed by nmihaly0113, and its main feature is "A complete replacement for the default HTML5 video and audio player.".

Extension Screenshots

screenshot
screenshot

Download BetterPlayer - A Modern Video Player Extension CRX File

Download BetterPlayer - A Modern Video Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ⭐ 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"                    

Extension Basic Information

Name BetterPlayer - A Modern Video Player BetterPlayer - A Modern Video Player
ID dbcfpoaehlbfdeeaonihhkoocmjgalco
Official URL https://chromewebstore.google.com/detail/betterplayer-a-modern-vid/dbcfpoaehlbfdeeaonihhkoocmjgalco
Description A complete replacement for the default HTML5 video and audio player.
File Size 33.48 KB
Installation Count 503
Current Version 1.0.1
Last Updated 2022-09-29
Publish Date 2022-04-28
Rating 4.20/5 Total 5 Ratings
Developer nmihaly0113
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}