Download Manager
Chrome Download Manager
What is Download Manager?
Download Manager is a Chrome extension developed by Anand Sudhanaboina, and its main feature is "Chrome Download Manager".
Extension Screenshots
Download Download Manager Extension CRX File
Download 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
All downloaded files in a single directory “Downloads” may be messy while dealing with a lot of files, this chrome extension comes handy which segregates the files using the mime type or the Referrer.
Extension Basic Information
Name | |
ID | lcelifoanjcecgoccbedjipjaeaocaae |
Official URL | https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae |
Description | Chrome Download Manager |
File Size | 19.41 KB |
Installation Count | 2,268 |
Current Version | 1.0.0 |
Last Updated | 2020-07-02 |
Publish Date | 2020-07-02 |
Rating | 4.41/5 Total 17 Ratings |
Developer | Anand Sudhanaboina |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "manager.js" ] }, "default_locale": "en", "description": "Chrome Download Manager", "icons": { "128": "data\/icon128.png", "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png" }, "manifest_version": 2, "name": "Download Manager", "options_page": "options.html", "permissions": [ "downloads" ], "short_name": "DManager", "version": "1.0.0" } |