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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |