HBO Max/Go Shortcuts
Add's shortcuts to HBO Max/Go. L/R Arrow: Skip 10 seconds, Up/Down: Change Volume, Space: Pause, C: Skip Commercials
HBO Max/Go Shortcutsとは何ですか?
HBO Max/Go ShortcutsはAppModillaによって開発されたChromeの拡張機能で、その主な機能は「Add's shortcuts to HBO Max/Go. L/R Arrow: Skip 10 seconds, Up/Down: Change Volume, Space: Pause, C: Skip Commercials」です。
拡張機能のスクリーンショット
HBO Max/Go Shortcuts拡張機能のCRXファイルをダウンロード
HBO Max/Go Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that add's standard shortcuts HBO Go/Max streaming service. Left/Right Arrow: Skips -10/+10 seconds, Up/Down: Increase/Decrease Volume, Space: Pause Video, C: Skip Commercials (60 Secs) 拡張機能の基本情報
| 名前 | |
| ID | cgfnijlagkjceiojopgopojbenmecdgn |
| 公式URL | https://chromewebstore.google.com/detail/hbo-maxgo-shortcuts/cgfnijlagkjceiojopgopojbenmecdgn |
| 説明 | Add's shortcuts to HBO Max/Go. L/R Arrow: Skip 10 seconds, Up/Down: Change Volume, Space: Pause, C: Skip Commercials |
| ファイルサイズ | 6.92 KB |
| インストール数 | 4,699 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2020-08-03 |
| 公開日 | 2020-03-07 |
| 評価 | 4.10/5 合計 30 レビュー |
| 開発者 | AppModilla |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/AndroidDev77/HBO-GO-Shortcuts-Extention |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HBO Max\/Go Shortcuts",
"description": "Add's shortcuts to HBO Max\/Go. L\/R Arrow: Skip 10 seconds, Up\/Down: Change Volume, Space: Pause, C: Skip Commercials",
"version": "0.2",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/play.hbogo.com\/*",
"https:\/\/play.hbomax.com\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"tabs"
]
} | |