Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Mass Downloader for http://horriblesubs.info là gì?

Mass Downloader for http://horriblesubs.info là một tiện ích mở rộng Chrome được phát triển bởi duronrulez, và tính năng chính của nó là "Mass Downloading capabilities for http://horriblesubs.info".

Ả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 Mass Downloader for http://horriblesubs.info

Tải xuống các tệp mở rộng Mass Downloader for http://horriblesubs.info 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

                                            

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

Tên Mass Downloader for http://horriblesubs.info Mass Downloader for http://horriblesubs.info
ID cniifnclgioobnlgkndbmacdkcgdogah
URL Chính Thức https://chromewebstore.google.com/detail/mass-downloader-for-httph/cniifnclgioobnlgkndbmacdkcgdogah
Mô tả Mass Downloading capabilities for http://horriblesubs.info
Kích Thước Tệp 38.79 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2018-05-30
Ngày Phát Hành 2018-05-30
Nhà Phát Triển duronrulez
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/duronrulez/massdownload
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mass Downloader for http:\/\/horriblesubs.info",
    "description": "Mass Downloading capabilities for http:\/\/horriblesubs.info",
    "version": "1",
    "author": "Hristo Mitev",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "MD for HS"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.horriblesubs.info\/shows\/*"
            ],
            "js": [
                "jquery-1.12.4.js",
                "batchDownload.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "downloads"
    ]
}