Downloads Pro
A clean and modern download manager for professionals.
Qu'est-ce que Downloads Pro ?
Downloads Pro est une extension Chrome développée par Ner Karso, et sa fonction principale est "A clean and modern download manager for professionals.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Downloads Pro
Téléchargez les fichiers d'extension Downloads Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Downloads Pro |
ID | lhhocifdmhogpekeppdjamkelohahbop |
URL Officiel | https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop |
Description | A clean and modern download manager for professionals. |
Taille du Fichier | 18.72 KB |
Nombre d'Installations | 6,216 |
Version Actuelle | 3.0.2 |
Dernière Mise à Jour | 2021-04-03 |
Date de Publication | 2019-10-26 |
Évaluation | 4.56/5 Total 66 Évaluations |
Développeur | Ner Karso |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |