HBO Max video speed control

Control your video speed within the hbo player

Apa itu HBO Max video speed control?

HBO Max video speed control adalah ekstensi Chrome yang dikembangkan oleh konysko, dan fitur utamanya adalah "Control your video speed within the hbo player".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi HBO Max video speed control

Unduh file ekstensi HBO Max video speed control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HBO Max video speed control HBO Max video speed control
ID gidlogiabgkjmplgnaakpnlcngpipnie
URL Resmi https://chromewebstore.google.com/detail/hbo-max-video-speed-contr/gidlogiabgkjmplgnaakpnlcngpipnie
Deskripsi Control your video speed within the hbo player
Ukuran File 6.62 KB
Jumlah Instalasi 40
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-06-16
Tanggal Publikasi 2022-06-16
Pengembang konysko
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}