HBO Europe Keyboard Shortcuts
Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites.
HBO Europe Keyboard Shortcuts란 무엇입니까?
HBO Europe Keyboard Shortcuts은(는) andre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites."입니다.
확장 프로그램 스크린샷
HBO Europe Keyboard Shortcuts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Full-screen: F - Play/pause: Space - Toggle mute: M - Skip forward/backward: Left and right arrow keys - Volume up/down: Up and down arrow keys Supported sites: - HBO Nordic - Experimental support for the HBO Europe sites Like this extension? Buy me a coffee: https://www.buymeacoffee.com/andrelaszlo
확장 프로그램 기본 정보
이름 | HBO Europe Keyboard Shortcuts |
ID | mlpdnnafcflhiocbcbneodhbdbinpima |
공식 URL | https://chromewebstore.google.com/detail/hbo-europe-keyboard-short/mlpdnnafcflhiocbcbneodhbdbinpima |
설명 | Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites. |
파일 크기 | 24.53 KB |
설치 횟수 | 45 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-03-17 |
출시 날짜 | 2020-11-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | andre |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HBO Europe Keyboard Shortcuts", "version": "1.1", "author": "Andr\u00e9 Laszlo", "homepage_url": "https:\/\/github.com\/andrelaszlo\/hbonordic_keyboard_shortcuts", "developer": { "name": "Andr\u00e9 Laszlo", "url": "https:\/\/github.com\/andrelaszlo\/hbonordic_keyboard_shortcuts" }, "description": "Adds keyboard shortcuts for fullscreen, pausing, muting, volume controls and skipping to the video player of the European HBO sites.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.hbonordic.com\/*", "*:\/\/hbogo.hu\/*", "*:\/\/*.hboespana.com\/*", "*:\/\/hbogo.cz\/*", "*:\/\/hbogo.ro\/*", "*:\/\/hbogo.ro\/*", "*:\/\/hboportugal.com\/*", "*:\/\/hbogo.sk\/*", "*:\/\/hbogo.pl\/*", "*:\/\/hbogo.hr\/*", "*:\/\/hbogo.si\/*", "*:\/\/hbogo.me\/*", "*:\/\/*.hbo.rs\/*", "*:\/\/hbogo.mk\/*", "*:\/\/hbogo.ba\/*" ], "js": [ "inject.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true, "browser_style": true }, "web_accessible_resources": [ "shortcuts.js" ] } |