Downloads Pro
A clean and modern download manager for professionals.
Co to jest Downloads Pro?
Downloads Pro to rozszerzenie Chrome opracowane przez Ner Karso, a jego główną funkcją jest „A clean and modern download manager for professionals.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Downloads Pro
Pobierz pliki rozszerzeń Downloads Pro 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
What's New
- User color scheme support
- New light and dark theme
- Fresh and polished design
- Fixed some minor bugs
This extension blends seamlessly with your browser's UI and you can easily access all your downloads with a single click.
*This extension does not track you! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lhhocifdmhogpekeppdjamkelohahbop |
| Oficjalny URL | https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop |
| Opis | A clean and modern download manager for professionals. |
| Rozmiar pliku | 18.72 KB |
| Liczba instalacji | 6,216 |
| Aktualna Wersja | 3.0.2 |
| Ostatnia Aktualizacja | 2021-04-03 |
| Data Publikacji | 2019-10-26 |
| Ocena | 4.56/5 Łącznie 66 Oceny |
| Deweloper | Ner Karso |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "3.0.2",
"name": "Downloads Pro",
"short_name": "Downloads",
"description": "A clean and modern download manager for professionals.",
"icons": {
"16": "img\/icons\/icon-16x16.png",
"48": "img\/icons\/icon-48x48.png",
"128": "img\/icons\/icon-128x128.png"
},
"browser_action": {
"default_icon": "img\/icons\/icon-48x48.png",
"default_popup": "popup.html",
"default_title": "Downloads"
},
"content_scripts": [
{
"js": [
"js\/gizmo.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"web_accessible_resources": [
"img\/icons\/icon-48x48.png"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"permissions": [
"*:\/\/*\/*",
"activeTab",
"downloads.open",
"downloads.shelf",
"downloads"
],
"incognito": "split"
} | |