HBO Nordic - Video player improvements
Fixes some of the flaws in HBO's video player...
What is HBO Nordic - Video player improvements?
HBO Nordic - Video player improvements is a Chrome extension developed by Unknown, and its main feature is "Fixes some of the flaws in HBO's video player...".
Extension Screenshots
Download HBO Nordic - Video player improvements Extension CRX File
Download HBO Nordic - Video player improvements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HBO Nordic - Video player improvements |
ID | ealpehbjpmfkofoognnaahlmdehkjfni |
Official URL | https://chromewebstore.google.com/detail/hbo-nordic-video-player-i/ealpehbjpmfkofoognnaahlmdehkjfni |
Description | Fixes some of the flaws in HBO's video player... |
File Size | 15.23 KB |
Installation Count | 90 |
Current Version | 0.0.1 |
Last Updated | 2019-12-01 |
Publish Date | 2019-11-30 |
Rating | 4.67/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |