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 |
官方網址 | 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" ] } |