Download All Downloads

Allows you to download all downloads on the page you are currently on.

Download All Downloads là gì?

Download All Downloads là một tiện ích mở rộng Chrome được phát triển bởi Wiley Rogs, và tính năng chính của nó là "Allows you to download all downloads on the page you are currently on.".

Ả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 Download All Downloads

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

                        Allows you to download all downloads on the page you are currently on.                    

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

Tên Download All Downloads Download All Downloads
ID hainjkeoagfbofbpodkgchbogedlbcio
URL Chính Thức https://chromewebstore.google.com/detail/download-all-downloads/hainjkeoagfbofbpodkgchbogedlbcio
Mô tả Allows you to download all downloads on the page you are currently on.
Kích Thước Tệp 8.07 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-05-19
Ngày Phát Hành 2019-05-15
Nhà Phát Triển Wiley Rogs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download All Downloads",
    "version": "1.0",
    "description": "Allows you to download all downloads on the page you are currently on.",
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/image16.png",
        "48": "images\/image48.png"
    }
}