WebExtension.net
WebExtension.net

HBO Max Speeder: adjust playback speed

View on Chrome Web Store
View HBO Max Speeder: adjust playback speed Chrome Extension on Chrome Web Store
4.6 (24 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extension allows to adjust the playback speed on HBO Max according to your preferences
Type
Extension
Users
9,000 users
dogooodapp
View author page of dogooodapp
Published
Published on January 18, 2022
Version 1.2.24
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View HBO Max Speeder: adjust playback speed Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2.24",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/HBOMax38.png"
    },
    "content_scripts": [
        {
            "js": [
                "value.js",
                "engine.js",
                "hbomax.min.js"
            ],
            "css": [
                "modalFrame.css"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "value.js",
                "engine.js",
                "max.min.js"
            ],
            "css": [
                "modalFrame.css"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "icons": {
        "38": "assets\/HBOMax38.png",
        "128": "assets\/HBOMax128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/HBOMax38.png",
                "assets\/times-solid.svg"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*",
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "onInstalled.js"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top