Remote Downloader

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

Remote Downloader là gì?

Remote Downloader là một tiện ích mở rộng Chrome được phát triển bởi smartysoft.one, và tính năng chính của nó là "Download files with with uTorrent, Synology Download Station (Diskstation), TransmissionBt, ...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remote Downloader

Tải xuống các tệp mở rộng Remote Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remote Downloader Remote Downloader
ID dlcnminonlhdcdkfanpkjbophabihjlm
URL Chính Thức https://chrome.google.com/webstore/detail/remote-downloader/dlcnminonlhdcdkfanpkjbophabihjlm
Mô tả Download files with with uTorrent, Synology Download Station (Diskstation), TransmissionBt, ...
Kích Thước Tệp 3.24 MB
Số Lần Cài Đặt 1,869
Phiên Bản Hiện Tại 1.1.6
Cập Nhật Lần Cuối 2016-02-06
Ngày Phát Hành 2016-02-06
Đánh Giá 3.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển smartysoft.one
Loại Thanh Toán free
Trang Web Mở Rộng http://remotedownloader.google-it.info
Ngôn Ngữ Được Hỗ Trợ 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"
}