DownFaster

this is a tool for download all resources faster for this webpage.

Was ist DownFaster?

DownFaster ist eine Chrome-Erweiterung, die von bugrose entwickelt wurde, und ihr Hauptmerkmal ist "this is a tool for download all resources faster for this webpage.".

Erweiterungsscreenshots

screenshot

DownFaster-Erweiterungs-CRX-Datei herunterladen

Laden Sie DownFaster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a tool for download resources such as javascript files,images and stylesheet files.

You can select whatever you want download, and they will packaged in a zip file, then download automatically.

If there's any problems, please let me know.

My Email:[email protected]

Have FUN                    

Grundlegende Informationen zur Erweiterung

Name DownFaster DownFaster
ID dcloeafkedgmoodilkgbjbdfbieoiiab
Offizielle URL https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab
Beschreibung this is a tool for download all resources faster for this webpage.
Dateigröße 64.36 KB
Installationsanzahl 3,979
Aktuelle Version 1.12.3935.0
Letztes Update 2012-09-05
Veröffentlichungsdatum 2012-09-05
Bewertung 4.15/5 Insgesamt 27 Bewertungen
Entwickler bugrose
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ico16_unactive.png",
        "default_title": "download monster",
        "icons": [
            "ico16_unactive.png"
        ],
        "name": "DownFaster",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "this is a tool for download all resources faster for this webpage.",
    "icons": {
        "16": "ico16.png",
        "48": "ico48.png",
        "128": "ico128.png"
    },
    "name": "DownFaster",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.12.3935.0",
    "manifest_version": 2
}