faster_download

download CSS,JS,images,background image

Cos'è faster_download?

faster_download è un'estensione di Chrome sviluppata da 小黑, e la sua funzione principale è "download CSS,JS,images,background image".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione faster_download

Scarica i file di estensione faster_download 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

                        分类下载CS,JS,图片,以及css 背景

download CSS, JS, images, and  CSS background.                    

Informazioni di Base sull'Estensione

Nome faster_download faster_download
ID pkjpfpbcfadidjfbljnioleocjnpeohi
URL Ufficiale https://chromewebstore.google.com/detail/fasterdownload/pkjpfpbcfadidjfbljnioleocjnpeohi
Descrizione download CSS,JS,images,background image
Dimensione del File 135 KB
Conteggio Installazioni 23
Versione Corrente 1.1.0
Ultimo Aggiornamento 2016-05-30
Data di Pubblicazione 2016-05-30
Sviluppatore 小黑
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ico16_unactive.png",
        "default_popup": "popup.html",
        "default_title": "download monster",
        "icons": [
            "ico16_unactive.png"
        ],
        "name": "faster_download"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.2.3.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "download CSS,JS,images,background image",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "48": "ico48.png"
    },
    "manifest_version": 2,
    "name": "faster_download",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}