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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |