Giant Bomb HTML5 Video Commander
Control Giant Bomb videos with your keyboard.
Giant Bomb HTML5 Video Commander क्या है?
Giant Bomb HTML5 Video Commander Benjamin Murden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Giant Bomb videos with your keyboard."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Giant Bomb HTML5 Video Commander एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |