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 |
官方網址 | 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" } } |