Giant Bomb HTML5 Video Commander
Control Giant Bomb videos with your keyboard.
什么是Giant Bomb HTML5 Video Commander?
Giant Bomb HTML5 Video Commander是由Benjamin Murden开发的Chrome扩展程序,该扩展的主要功能是“Control Giant Bomb videos with your keyboard.”。
下载Giant Bomb HTML5 Video Commander扩展crx文件
下载Giant Bomb HTML5 Video Commander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use keyboard shortcuts to skip back and forward through Giant Bomb videos instead of fumbling around with the mouse and scrub bar! Great for those moments of "Huh? What were they talking about," or "Wait, what just happened?" Left Arrow = Skip back 10 seconds Right Arrow = Skip forward 10 seconds Shift + Left Arrow = Skip back 1 minute Shift + Right Arrow = Skip forward 1 minute Since this extension only works with HTML5 videos, you'll need to be a subscriber on Giant Bomb. Sorry, duders!
扩展基本信息
名称 | Giant Bomb HTML5 Video Commander |
ID | hpoieclkajomfdbhcpkhagkhnbajecen |
官方URL | https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen |
简介 | Control Giant Bomb videos with your keyboard. |
文件大小 | 18.82 KB |
安装次数 | 37 |
当前版本 | 1.0 |
更新时间 | 2013-02-22 |
上架时间 | 2013-02-22 |
评分 | 5.00/5 共2次评分 |
开发者 | Benjamin Murden |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Giant Bomb HTML5 Video Commander", "description": "Control Giant Bomb videos with your keyboard.", "version": "1.0", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.giantbomb.com\/*" ], "js": [ "injector.js" ] } ], "web_accessible_resources": [ "vidcontrol.js" ] } |