DebridItalia Downloader

Get premium links when you visit file hosting websites.

什么是DebridItalia Downloader?

DebridItalia Downloader是由Anatoli Nicolae开发的Chrome扩展程序,该扩展的主要功能是“Get premium links when you visit file hosting websites.”。

下载DebridItalia Downloader扩展crx文件

下载DebridItalia Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get premium links when you visit file hosting websites.                    

扩展基本信息

名称 DebridItalia Downloader DebridItalia Downloader
ID cimbleeppmefhbfeagaaleppahfljmnb
官方URL https://chrome.google.com/webstore/detail/debriditalia-downloader/cimbleeppmefhbfeagaaleppahfljmnb
简介 Get premium links when you visit file hosting websites.
文件大小 40.92 KB
安装次数 140
当前版本 0.2.5
更新时间 2017-01-21
上架时间 2017-01-21
评分 3.67/5 共3次评分
开发者 Anatoli Nicolae
付费类型 free
支持的语言 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"
}