Download Manager (S3)

View and manage downloads from a tidy statusbar

O que é Download Manager (S3)?

Download Manager (S3) é uma extensão do Chrome desenvolvida por Ovi, e sua principal característica é "View and manage downloads from a tidy statusbar".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Download Manager (S3)

Baixe arquivos de extensão Download Manager (S3) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Download Manager (S3) Download Manager (S3)
ID ngmcjenopiialholjggicgplegmcmjda
URL Oficial https://chrome.google.com/webstore/detail/download-manager-s3/ngmcjenopiialholjggicgplegmcmjda
Descrição View and manage downloads from a tidy statusbar
Tamanho do Arquivo 359 KB
Contagem de Instalações 7,585
Versão Atual 5.14
Última Atualização 2020-03-28
Data de Publicação 2020-03-24
Classificação 4.25/5 Total de 51 Avaliações
Desenvolvedor Ovi
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.s3blog.org/screengrab/privacy.html
Idiomas Suportados 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",
        ""
    ]
}