Simple Download Manager

Simple Download Manager

Wat is Simple Download Manager?

Simple Download Manager is een Chrome-extensie ontwikkeld door Adrián Arbizu, en de belangrijkste functie is "Simple Download Manager".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Download Manager

Download Simple Download Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simple Download Manager Simple Download Manager
ID agokeleincpgkfodginnangajeejbgjd
Officiële URL https://chromewebstore.google.com/detail/simple-download-manager/agokeleincpgkfodginnangajeejbgjd
Beschrijving Simple Download Manager
Bestandsgrootte 1.45 MB
Aantal Installaties 3,461
Huidige Versie 2.2.0
Laatst Bijgewerkt 2023-10-01
Publicatiedatum 2020-01-23
Beoordeling 4.13/5 Totaal 8 Beoordelingen
Ontwikkelaar Adrián Arbizu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}