Simple Download Manager

Simple Download Manager

Cos'è Simple Download Manager?

Simple Download Manager è un'estensione di Chrome sviluppata da Adrián Arbizu, e la sua funzione principale è "Simple Download Manager".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple Download Manager

Scarica i file di estensione Simple Download Manager 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

                        Simple Download Manager is integrated into your browser download manager as much as possible.

Main features:
1. Pause and resume downloads.
2. Notification telling you the download estimated time.
3. Sound played when download ends.

Share your experience at the Chrome Store and rate Simple Download Manager(SDM) extension
Extension made by Adrián Arbizu Donoso (Spain). 
Framework used: Angular 16.                    

Informazioni di Base sull'Estensione

Nome Simple Download Manager Simple Download Manager
ID agokeleincpgkfodginnangajeejbgjd
URL Ufficiale https://chromewebstore.google.com/detail/simple-download-manager/agokeleincpgkfodginnangajeejbgjd
Descrizione Simple Download Manager
Dimensione del File 1.45 MB
Conteggio Installazioni 3,461
Versione Corrente 2.2.0
Ultimo Aggiornamento 2023-10-01
Data di Pubblicazione 2020-01-23
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore Adrián Arbizu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "manifest_version": 3,
    "name": "Simple Download Manager",
    "description": "Simple Download Manager",
    "version": "2.2.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "19": "assets\/icon19.png",
        "38": "assets\/icon19.png",
        "128": "assets\/icon19.png"
    },
    "action": {
        "default_title": "View Downloads!",
        "default_popup": "index.html#\/popup"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "offscreen"
    ],
    "short_name": "SDM",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}