QNAP Download Station Manager
QNAP Download Station Manager allows you to add links to QNAP download station
What is QNAP Download Station Manager?
QNAP Download Station Manager is a Chrome extension developed by Valentin Levshits, and its main feature is "QNAP Download Station Manager allows you to add links to QNAP download station".
Extension Screenshots
Download QNAP Download Station Manager Extension CRX File
Download QNAP Download Station 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
Right click on an URL or a text selection for sending it to QNAP download station. Configure your QNAP connection settings as well as destination folder and QNAP user login and password. Extension also provides possibility to see list of active downloads.
Extension Basic Information
Name | QNAP Download Station Manager |
ID | agbfjhjpdmkibfdlbpjmlmhdkbmcgjpm |
Official URL | https://chromewebstore.google.com/detail/qnap-download-station-man/agbfjhjpdmkibfdlbpjmlmhdkbmcgjpm |
Description | QNAP Download Station Manager allows you to add links to QNAP download station |
File Size | 794 KB |
Installation Count | 136 |
Current Version | 1.0.5 |
Last Updated | 2023-12-29 |
Publish Date | 2023-12-02 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Valentin Levshits |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "QNAP Download Station", "name": "QNAP Download Station Manager", "description": "QNAP Download Station Manager allows you to add links to QNAP download station", "version": "1.0.5", "manifest_version": 3, "default_locale": "en", "icons": { "32": "icons8-magnet-32.png", "48": "icons8-magnet-48.png", "64": "icons8-magnet-64.png", "128": "icons8-magnet-128.png", "512": "icons8-magnet-512.png" }, "action": { "default_popup": "index.html", "default_title": "QNAP Download Station Manager Settings" }, "permissions": [ "contextMenus", "storage" ], "optional_host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "service_worker": ".\/static\/js\/background.js" } } |