Remote Downloader

Download files with with uTorrent, Synology Download Station (Diskstation), TransmissionBt, ...

Remote Downloader क्या है?

Remote Downloader smartysoft.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download files with with uTorrent, Synology Download Station (Diskstation), TransmissionBt, ..."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remote Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Manage downloads on your Synology DiskStation, uTorrent (WebUI) or TransmissionBt in Google Chrome™.

Ads free! (No pop-ups)

***Please submit new feature requests***

Features: 
- Send download tasks to your download "plugin" from the context menu 
- Manage your download tasks without logging in to the web interface
- Play, Pause, Remove tasks without even opening your favorite app
- Tested on Windows, Linux(Ubuntu), MacOSX

Changelog:
[1.1.6] - Fixed Transmission plugin
[1.1.5] - Minor tweaks
[1.1.4] - Added help link for uTorrent(WebUI)
[1.1.4] - Minor optimization for plugins
[1.1.3] - Fixed connection problem with uTorrent after server restart

Roadmap:
[01.05.2014]- Better support for DownloadStation                    

एक्सटेंशन की मूल जानकारी

नाम Remote Downloader Remote Downloader
ID dlcnminonlhdcdkfanpkjbophabihjlm
आधिकारिक URL https://chrome.google.com/webstore/detail/remote-downloader/dlcnminonlhdcdkfanpkjbophabihjlm
विवरण Download files with with uTorrent, Synology Download Station (Diskstation), TransmissionBt, ...
फ़ाइल का आकार 3.24 MB
स्थापना संख्या 1,869
वर्तमान संस्करण 1.1.6
अंतिम अपडेट 2016-02-06
प्रकाशन तिथि 2016-02-06
रेटिंग 3.70/5 कुल 10 रेटिंग्स
डेवलपर smartysoft.one
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://remotedownloader.google-it.info
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remote Downloader",
    "short_name": "RemoteDownloader",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/tasker16.png",
        "48": "icons\/tasker48.png",
        "128": "icons\/tasker128.png"
    },
    "description": "Download files with with uTorrent, Synology Download Station (Diskstation), TransmissionBt, ...",
    "version": "1.1.6",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/constants.js",
            "js\/extension.js",
            "plugin\/plugin_api.js",
            "plugin\/utorrent.js",
            "plugin\/downloadstation.js",
            "plugin\/transmissionbt.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com https:\/\/platform.twitter.com https:\/\/connect.facebook.net https:\/\/musculahq.appspot.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/tasker16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}