Giant Bomb HTML5 Video Commander
Control Giant Bomb videos with your keyboard.
ما هو Giant Bomb HTML5 Video Commander؟
Giant Bomb HTML5 Video Commander هو إضافة Chrome تم تطويرها بواسطة Benjamin Murden، والميزة الرئيسية لها هي "Control Giant Bomb videos with your keyboard.".
تحميل ملف CRX للإضافة Giant Bomb HTML5 Video Commander
قم بتنزيل ملفات الامتداد Giant Bomb HTML5 Video Commander بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |