HBO Nordic - Video player improvements
Fixes some of the flaws in HBO's video player...
Co to jest HBO Nordic - Video player improvements?
HBO Nordic - Video player improvements to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Fixes some of the flaws in HBO's video player...”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HBO Nordic - Video player improvements
Pobierz pliki rozszerzeń HBO Nordic - Video player improvements w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ealpehbjpmfkofoognnaahlmdehkjfni |
| Oficjalny URL | https://chromewebstore.google.com/detail/hbo-nordic-video-player-i/ealpehbjpmfkofoognnaahlmdehkjfni |
| Opis | Fixes some of the flaws in HBO's video player... |
| Rozmiar pliku | 15.23 KB |
| Liczba instalacji | 90 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2019-12-01 |
| Data Publikacji | 2019-11-30 |
| Ocena | 4.67/5 Łącznie 6 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |