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
Eメール [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"
        }
    ]
}