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”。
扩展截图
下载HBO Max video speed control扩展crx文件
下载HBO Max video speed control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |