Giant Bomb Download Helper

Set Giant Bomb videos to download on click and autoset a name.

Giant Bomb Download Helper là gì?

Giant Bomb Download Helper là một tiện ích mở rộng Chrome được phát triển bởi Vince Cima, và tính năng chính của nó là "Set Giant Bomb videos to download on click and autoset a name.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Giant Bomb Download Helper 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

                        Collection of tweaks to make downloading videos from GiantBomb.com more pleasant

Currently, it converts the quality links into download links. Simply click on one and it will start downloading.

I am planning on adding the ability to autoname the downloads.                    

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

Tên Giant Bomb Download Helper Giant Bomb Download Helper
ID ejfdldfakdhjmfebfpbafiklecjcjile
URL Chính Thức https://chrome.google.com/webstore/detail/giant-bomb-download-helpe/ejfdldfakdhjmfebfpbafiklecjcjile
Mô tả Set Giant Bomb videos to download on click and autoset a name.
Kích Thước Tệp 22.26 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2013-12-05
Ngày Phát Hành 2013-12-05
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Vince Cima
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vincecima/gb-download-helper
URL Trang Trợ Giúp https://github.com/vincecima/gb-download-helper
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giant Bomb Download Helper",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Set Giant Bomb videos to download on click and autoset a name.",
    "homepage_url": "https:\/\/github.com\/vincecima\/gb-download-helper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.giantbomb.com\/videos\/*"
            ],
            "js": [
                "js\/zepto.min.js",
                "js\/inject.js"
            ]
        }
    ]
}