DownFaster
this is a tool for download all resources faster for this webpage.
Wat is DownFaster?
DownFaster is een Chrome-extensie ontwikkeld door bugrose, en de belangrijkste functie is "this is a tool for download all resources faster for this webpage.".
Extensie Screenshots
Download het CRX-bestand van de extensie DownFaster
Download DownFaster-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
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
Basisinformatie over de Extensie
Naam | |
ID | dcloeafkedgmoodilkgbjbdfbieoiiab |
Officiële URL | https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab |
Beschrijving | this is a tool for download all resources faster for this webpage. |
Bestandsgrootte | 64.36 KB |
Aantal Installaties | 3,979 |
Huidige Versie | 1.12.3935.0 |
Laatst Bijgewerkt | 2012-09-05 |
Publicatiedatum | 2012-09-05 |
Beoordeling | 4.15/5 Totaal 27 Beoordelingen |
Ontwikkelaar | bugrose |
Betalingswijze | free |
Ondersteunde Talen | 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 } |