Download Manager (S3)

View and manage downloads from a tidy statusbar

What is Download Manager (S3)?

Download Manager (S3) is a Chrome extension developed by Ovi, and its main feature is "View and manage downloads from a tidy statusbar".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Download Manager (S3) Extension CRX File

Download Download Manager (S3) 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

                        View and manage downloads from a tidy statusbar.
Despite its compact size, Download Manager (S3) packs in more useful features than the standard download window. The fully customizable interface auto-hides when not in use, allowing full control without interruption.                    

Extension Basic Information

Name Download Manager (S3) Download Manager (S3)
ID ngmcjenopiialholjggicgplegmcmjda
Official URL https://chrome.google.com/webstore/detail/download-manager-s3/ngmcjenopiialholjggicgplegmcmjda
Description View and manage downloads from a tidy statusbar
File Size 359 KB
Installation Count 7,585
Current Version 5.14
Last Updated 2020-03-28
Publish Date 2020-03-24
Rating 4.25/5 Total 51 Ratings
Developer Ovi
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.s3blog.org/screengrab/privacy.html
Supported Languages de,en,fr,nl,vi,tr,ca,da,et,es,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "author": "Oleksandr Popov",
    "homepage_url": "http:\/\/www.s3blog.org\/s3download-statusbar.html",
    "version": "5.14",
    "minimum_chrome_version": "45",
    "offline_enabled": false,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwtX4wgl6R1P9OmM2uHd+djaU3HPQkSmapTLxCSHityvbaAsHmUMhLGPBuXiyJWWnSvvAN\/dcoIT\/qdXlz+6QZhfvBt1wvt3vVxt9H+UoaBZc8F+4OOCnIjaSLamCSYXmgc9dDcwdIEqgIrictyz5JfvuD60vfPURHjE0bPQ7V8rdOv4XHndkt2uhHCnJO56LrAVusDWV0CeYcmSPMJRWfy\/7ozWxdYFDinJuA3zvNWqk\/IoMx1EzP68NvZVwY9ErHYR+7Uocdv\/k1xwio4GdA4mjyxrMn25ejJolRKWhuXPYbiI7djlvyAB3AN6Pgzy9F9nVkMtVLrjyhaeUqzVV\/wIDAQAB",
    "default_locale": "en",
    "applications": {
        "gecko": {
            "id": "s3download@statusbar",
            "strict_min_version": "57.0"
        }
    },
    "icons": {
        "16": "skin\/logo16.png",
        "32": "skin\/logo32.png",
        "48": "skin\/logo48.png",
        "96": "skin\/logo96.png"
    },
    "browser_action": {
        "default_title": "__MSG_extension_name__",
        "default_icon": "skin\/logo16.png",
        "default_popup": "content\/popup.html"
    },
    "background": {
        "page": "content\/background.html"
    },
    "options_ui": {
        "page": "content\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "\/content\/tab_loader.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/skin\/*",
        "\/locale\/*",
        "\/content\/download_template.html",
        "\/content\/download_action.html"
    ],
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "history",
        "contextMenus",
        ""
    ]
}