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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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