飞速下载器

飞速下载

Cos'è 飞速下载器?

飞速下载器 è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "飞速下载".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 飞速下载器

Scarica i file di estensione 飞速下载器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        洪流下载支持
  该扩展是南京托伦特信息技术有限公司旗下产品“洪流”的Chrome浏览器官方支持扩展,安装即可下载享受安全、稳定、高效的极速下载体验。适用于洪流浏览器版本,并随洪流官方客户端打包。本扩展会及时进行更新。

【更新信息】
·2018-11-23更新至1.0:支持最新版本Chrome                    

Informazioni di Base sull'Estensione

Nome 飞速下载器 飞速下载器
ID ghjfkahcnpgfoidmccjkblndhffdppod
URL Ufficiale https://chromewebstore.google.com/detail/%E9%A3%9E%E9%80%9F%E4%B8%8B%E8%BD%BD%E5%99%A8/ghjfkahcnpgfoidmccjkblndhffdppod
Descrizione 飞速下载
Dimensione del File 38.96 KB
Conteggio Installazioni 72
Versione Corrente 1.0
Ultimo Aggiornamento 2018-11-27
Data di Pubblicazione 2018-11-23
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u98de\u901f\u4e0b\u8f7d\u5668",
    "manifest_version": 2,
    "version": "1.0",
    "description": "\u98de\u901f\u4e0b\u8f7d",
    "browser_action": {
        "default_icon": "torrent_logo.png",
        "default_title": "\u98de\u901f\u4e0b\u8f7d\u5668"
    },
    "author": "torrent",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content_script.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.chinatorrent.cn\/"
            ],
            "js": [
                "blank.js"
            ],
            "run_at": "document_end"
        }
    ]
}