DownFaster

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

Qu'est-ce que DownFaster ?

DownFaster est une extension Chrome développée par bugrose, et sa fonction principale est "this is a tool for download all resources faster for this webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DownFaster

Téléchargez les fichiers d'extension DownFaster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom DownFaster DownFaster
ID dcloeafkedgmoodilkgbjbdfbieoiiab
URL Officiel https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab
Description this is a tool for download all resources faster for this webpage.
Taille du Fichier 64.36 KB
Nombre d'Installations 3,979
Version Actuelle 1.12.3935.0
Dernière Mise à Jour 2012-09-05
Date de Publication 2012-09-05
Évaluation 4.15/5 Total 27 Évaluations
Développeur bugrose
Type de Paiement free
Langues Prises en Charge 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
}