Downloads Pro

A clean and modern download manager for professionals.

Cos'è Downloads Pro?

Downloads Pro è un'estensione di Chrome sviluppata da Ner Karso, e la sua funzione principale è "A clean and modern download manager for professionals.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Downloads Pro

Scarica i file di estensione Downloads Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Downloads Pro Downloads Pro
ID lhhocifdmhogpekeppdjamkelohahbop
URL Ufficiale https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop
Descrizione A clean and modern download manager for professionals.
Dimensione del File 18.72 KB
Conteggio Installazioni 6,216
Versione Corrente 3.0.2
Ultimo Aggiornamento 2021-04-03
Data di Pubblicazione 2019-10-26
Valutazione 4.56/5 Totale 66 Valutazioni
Sviluppatore Ner Karso
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}