DebridItalia Downloader

Get premium links when you visit file hosting websites.

DebridItalia Downloader là gì?

DebridItalia Downloader là một tiện ích mở rộng Chrome được phát triển bởi Anatoli Nicolae, và tính năng chính của nó là "Get premium links when you visit file hosting websites.".

Tải xuống tệp CRX của tiện ích mở rộng DebridItalia Downloader

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

                        Get premium links when you visit file hosting websites.                    

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

Tên DebridItalia Downloader DebridItalia Downloader
ID cimbleeppmefhbfeagaaleppahfljmnb
URL Chính Thức https://chrome.google.com/webstore/detail/debriditalia-downloader/cimbleeppmefhbfeagaaleppahfljmnb
Mô tả Get premium links when you visit file hosting websites.
Kích Thước Tệp 40.92 KB
Số Lần Cài Đặt 140
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2017-01-21
Ngày Phát Hành 2017-01-21
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Anatoli Nicolae
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "app\/jquery-3.1.1.min.js",
                "app\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon-assets\/icon_128.png",
        "16": "icon-assets\/icon_16.png",
        "48": "icon-assets\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "DebridItalia Downloader",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.2.5"
}