Downloads Pro
A clean and modern download manager for professionals.
Was ist Downloads Pro?
Downloads Pro ist eine Chrome-Erweiterung, die von Ner Karso entwickelt wurde, und ihr Hauptmerkmal ist "A clean and modern download manager for professionals.".
Erweiterungsscreenshots
Downloads Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Downloads Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Downloads Pro |
ID | lhhocifdmhogpekeppdjamkelohahbop |
Offizielle URL | https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop |
Beschreibung | A clean and modern download manager for professionals. |
Dateigröße | 18.72 KB |
Installationsanzahl | 6,216 |
Aktuelle Version | 3.0.2 |
Letztes Update | 2021-04-03 |
Veröffentlichungsdatum | 2019-10-26 |
Bewertung | 4.56/5 Insgesamt 66 Bewertungen |
Entwickler | Ner Karso |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |