DownFaster
this is a tool for download all resources faster for this webpage.
Co to jest DownFaster?
DownFaster to rozszerzenie Chrome opracowane przez bugrose, a jego główną funkcją jest „this is a tool for download all resources faster for this webpage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DownFaster
Pobierz pliki rozszerzeń DownFaster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dcloeafkedgmoodilkgbjbdfbieoiiab |
| Oficjalny URL | https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab |
| Opis | this is a tool for download all resources faster for this webpage. |
| Rozmiar pliku | 64.36 KB |
| Liczba instalacji | 3,979 |
| Aktualna Wersja | 1.12.3935.0 |
| Ostatnia Aktualizacja | 2012-09-05 |
| Data Publikacji | 2012-09-05 |
| Ocena | 4.15/5 Łącznie 27 Oceny |
| Deweloper | bugrose |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |