Download Manager (S3)

View and manage downloads from a tidy statusbar

Cos'è Download Manager (S3)?

Download Manager (S3) è un'estensione di Chrome sviluppata da Ovi, e la sua funzione principale è "View and manage downloads from a tidy statusbar".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Download Manager (S3)

Scarica i file di estensione Download Manager (S3) 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Download Manager (S3) Download Manager (S3)
ID ngmcjenopiialholjggicgplegmcmjda
URL Ufficiale https://chrome.google.com/webstore/detail/download-manager-s3/ngmcjenopiialholjggicgplegmcmjda
Descrizione View and manage downloads from a tidy statusbar
Dimensione del File 359 KB
Conteggio Installazioni 7,585
Versione Corrente 5.14
Ultimo Aggiornamento 2020-03-28
Data di Pubblicazione 2020-03-24
Valutazione 4.25/5 Totale 51 Valutazioni
Sviluppatore Ovi
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://www.s3blog.org/screengrab/privacy.html
Lingue Supportate 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",
        ""
    ]
}