Simple Download Manager

Simple Download Manager

What is Simple Download Manager?

Simple Download Manager is a Chrome extension developed by Adrián Arbizu, and its main feature is "Simple Download Manager".

Extension Screenshots

screenshot
screenshot

Download Simple Download Manager Extension CRX File

Download Simple Download Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Simple Download Manager Simple Download Manager
ID agokeleincpgkfodginnangajeejbgjd
Official URL https://chromewebstore.google.com/detail/simple-download-manager/agokeleincpgkfodginnangajeejbgjd
Description Simple Download Manager
File Size 1.45 MB
Installation Count 3,461
Current Version 2.2.0
Last Updated 2023-10-01
Publish Date 2020-01-23
Rating 4.13/5 Total 8 Ratings
Developer Adrián Arbizu
Email [email protected]
Payment Type free
Supported Languages 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"
}