HBO Max video speed control

Control your video speed within the hbo player

HBO Max video speed control란 무엇입니까?

HBO Max video speed control은(는) konysko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control your video speed within the hbo player"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

HBO Max video speed control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension adds possibility to control speed of the video in the hbo max. You can increase speed by 1.25x, 1.5x, 2x, it's also saved when you close and open another video.

Disclaimer:
HBO, HBO Now, and HBO Go are trademarks of Home Box Office, Inc. This application and its developer are in no way affiliated with Home Box Office, Inc.                    

확장 프로그램 기본 정보

이름 HBO Max video speed control HBO Max video speed control
ID gidlogiabgkjmplgnaakpnlcngpipnie
공식 URL https://chromewebstore.google.com/detail/hbo-max-video-speed-contr/gidlogiabgkjmplgnaakpnlcngpipnie
설명 Control your video speed within the hbo player
파일 크기 6.62 KB
설치 횟수 40
현재 버전 0.0.1
최근 업데이트 2022-06-16
출시 날짜 2022-06-16
개발자 konysko
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HBO Max video speed control",
    "description": "Control your video speed within the hbo player",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.hbomax.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "logo.png"
    }
}