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
} | |