HBO Max video speed control

Control your video speed within the hbo player

Qu'est-ce que HBO Max video speed control ?

HBO Max video speed control est une extension Chrome développée par konysko, et sa fonction principale est "Control your video speed within the hbo player".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HBO Max video speed control

Téléchargez les fichiers d'extension HBO Max video speed control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HBO Max video speed control HBO Max video speed control
ID gidlogiabgkjmplgnaakpnlcngpipnie
URL Officiel https://chromewebstore.google.com/detail/hbo-max-video-speed-contr/gidlogiabgkjmplgnaakpnlcngpipnie
Description Control your video speed within the hbo player
Taille du Fichier 6.62 KB
Nombre d'Installations 40
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-06-16
Date de Publication 2022-06-16
Développeur konysko
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}