DownFaster
this is a tool for download all resources faster for this webpage.
Τι είναι το DownFaster;
Το DownFaster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bugrose, και η κύρια λειτουργία του είναι "this is a tool for download all resources faster for this webpage.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DownFaster
Λήψη αρχείων επέκτασης DownFaster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dcloeafkedgmoodilkgbjbdfbieoiiab |
Επίσημο URL | https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab |
Περιγραφή | this is a tool for download all resources faster for this webpage. |
Μέγεθος Αρχείου | 64.36 KB |
Αριθμός Εγκαταστάσεων | 3,979 |
Τρέχουσα Έκδοση | 1.12.3935.0 |
Τελευταία Ενημέρωση | 2012-09-05 |
Ημερομηνία Δημοσίευσης | 2012-09-05 |
Αξιολόγηση | 4.15/5 Συνολικά 27 Αξιολογήσεις |
Προγραμματιστής | bugrose |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |