Giant Bomb HTML5 Video Commander

Control Giant Bomb videos with your keyboard.

Giant Bomb HTML5 Video Commander là gì?

Giant Bomb HTML5 Video Commander là một tiện ích mở rộng Chrome được phát triển bởi Benjamin Murden, và tính năng chính của nó là "Control Giant Bomb videos with your keyboard.".

Tải xuống tệp CRX của tiện ích mở rộng Giant Bomb HTML5 Video Commander

Tải xuống các tệp mở rộng Giant Bomb HTML5 Video Commander dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Giant Bomb HTML5 Video Commander Giant Bomb HTML5 Video Commander
ID hpoieclkajomfdbhcpkhagkhnbajecen
URL Chính Thức https://chromewebstore.google.com/detail/giant-bomb-html5-video-co/hpoieclkajomfdbhcpkhagkhnbajecen
Mô tả Control Giant Bomb videos with your keyboard.
Kích Thước Tệp 18.82 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-02-22
Ngày Phát Hành 2013-02-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Benjamin Murden
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}