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文件
下载HBO Europe Keyboard Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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" ] } |