faster_download

download CSS,JS,images,background image

Wat is faster_download?

faster_download is een Chrome-extensie ontwikkeld door 小黑, en de belangrijkste functie is "download CSS,JS,images,background image".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie faster_download

Download faster_download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

download CSS, JS, images, and  CSS background.                    

Basisinformatie over de Extensie

Naam faster_download faster_download
ID pkjpfpbcfadidjfbljnioleocjnpeohi
Officiële URL https://chromewebstore.google.com/detail/fasterdownload/pkjpfpbcfadidjfbljnioleocjnpeohi
Beschrijving download CSS,JS,images,background image
Bestandsgrootte 135 KB
Aantal Installaties 23
Huidige Versie 1.1.0
Laatst Bijgewerkt 2016-05-30
Publicatiedatum 2016-05-30
Ontwikkelaar 小黑
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}