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 - это расширение Chrome, разработанное Unknown, и его основная функция - "Fixes some of the flaws in HBO's video player...".
Снимки экрана расширения
Скачать файл CRX расширения HBO Nordic - Video player improvements
Скачайте файлы расширений 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.
Основная информация о расширении
Название | HBO Nordic - Video player improvements |
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" ] } |