DownFaster

this is a tool for download all resources faster for this webpage.

DownFaster là gì?

DownFaster là một tiện ích mở rộng Chrome được phát triển bởi bugrose, và tính năng chính của nó là "this is a tool for download all resources faster for this webpage.".

Ả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 DownFaster

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

                        This is a tool for download resources such as javascript files,images and stylesheet files.

You can select whatever you want download, and they will packaged in a zip file, then download automatically.

If there's any problems, please let me know.

My Email:[email protected]

Have FUN                    

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

Tên DownFaster DownFaster
ID dcloeafkedgmoodilkgbjbdfbieoiiab
URL Chính Thức https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab
Mô tả this is a tool for download all resources faster for this webpage.
Kích Thước Tệp 64.36 KB
Số Lần Cài Đặt 3,979
Phiên Bản Hiện Tại 1.12.3935.0
Cập Nhật Lần Cuối 2012-09-05
Ngày Phát Hành 2012-09-05
Đánh Giá 4.15/5 Tổng số 27 Đánh Giá
Nhà Phát Triển bugrose
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ico16_unactive.png",
        "default_title": "download monster",
        "icons": [
            "ico16_unactive.png"
        ],
        "name": "DownFaster",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "this is a tool for download all resources faster for this webpage.",
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "name": "DownFaster",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.12.3935.0",
    "manifest_version": 2
}