Smart Downloader
Organize your downloads using custom-made rules
What is Smart Downloader?
Smart Downloader is a Chrome extension developed by fmatos, and its main feature is "Organize your downloads using custom-made rules".
Extension Screenshots
Download Smart Downloader Extension CRX File
Download Smart Downloader 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
Customize download location based on file origin and extension
Extension Basic Information
Name | Smart Downloader |
ID | amjbojadgbdeocfblkolikemjohpkblc |
Official URL | https://chromewebstore.google.com/detail/smart-downloader/amjbojadgbdeocfblkolikemjohpkblc |
Description | Organize your downloads using custom-made rules |
File Size | 2.28 MB |
Installation Count | 82 |
Current Version | 0.0.1 |
Last Updated | 2018-11-11 |
Publish Date | 2018-11-11 |
Developer | fmatos |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Downloader", "version": "0.0.1", "description": "Organize your downloads using custom-made rules", "manifest_version": 2, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "downloads", "storage", "activeTab" ] } |