S Download Manager
Manage downloads.
What is S Download Manager?
S Download Manager is a Chrome extension developed by yqy7, and its main feature is "Manage downloads.".
Extension Screenshots
Download S Download Manager Extension CRX File
Download S 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
                        A download manager for chrome browser                     Extension Basic Information
| Name |   |  
| ID | niofdpkjkmgemjmcjlochgpkbbiaipdo | 
| Official URL | https://chromewebstore.google.com/detail/s-download-manager/niofdpkjkmgemjmcjlochgpkbbiaipdo | 
| Description | Manage downloads. | 
| File Size | 3.8 MB | 
| Installation Count | 53 | 
| Current Version | 0.1.1 | 
| Last Updated | 2020-10-22 | 
| Publish Date | 2020-10-13 | 
| Rating | 5.00/5 Total 1 Ratings | 
| Developer | yqy7 | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/yqy7/s-download-manager | 
| Supported Languages | en,zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16x16.png",
        "128": "images\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "tabs",
        "activeTab",
        "webRequest",
        "storage",
        "  |  |