HBO Nordic - Video player improvements
Fixes some of the flaws in HBO's video player...
HBO Nordic - Video player improvementsとは何ですか?
HBO Nordic - Video player improvementsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Fixes some of the flaws in HBO's video player...」です。
拡張機能のスクリーンショット
HBO Nordic - Video player improvements拡張機能のCRXファイルをダウンロード
HBO Nordic - Video player improvements拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension fixes some of the flaws in the HBO nordic's video player. Features include:
- Pause/start on "space" press.
- Go 10 sec backwards on "left arrow" press.
- Go 10 sec forward on "right arrow" press.
- Increase volume by 10% on "up arrow" press.
- Decrease volume by 10% on "down arrow" press.
- Mute on "m" press.
- Toggle fullscreen on "f" press.
- Toggle fullscreen on double click. 拡張機能の基本情報
| 名前 | |
| ID | ealpehbjpmfkofoognnaahlmdehkjfni |
| 公式URL | https://chromewebstore.google.com/detail/hbo-nordic-video-player-i/ealpehbjpmfkofoognnaahlmdehkjfni |
| 説明 | Fixes some of the flaws in HBO's video player... |
| ファイルサイズ | 15.23 KB |
| インストール数 | 90 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2019-12-01 |
| 公開日 | 2019-11-30 |
| 評価 | 4.67/5 合計 6 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HBO Nordic - Video player improvements",
"version": "0.0.1",
"description": "Fixes some of the flaws in HBO's video player...",
"homepage_url": "https:\/\/boye.dev",
"browser_action": {
"default_title": "HBO Nordic - Video player improvements"
},
"icons": {
"16": "remote-control-16.png",
"32": "remote-control-32.png",
"128": "remote-control.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.hbonordic.com\/*"
],
"js": [
"inject.js"
]
}
],
"permissions": [
"https:\/\/*.hbonordic.com\/*",
"http:\/\/*.hbonordic.com\/*",
"activeTab"
]
} | |