DownFaster
this is a tool for download all resources faster for this webpage.
DownFaster क्या है?
DownFaster bugrose द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "this is a tool for download all resources faster for this webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DownFaster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |