Dediseedbox Torrent Uploader

This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui

What is Dediseedbox Torrent Uploader?

Dediseedbox Torrent Uploader is a Chrome extension developed by https://dediseedbox.com, and its main feature is "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dediseedbox Torrent Uploader Extension CRX File

Download Dediseedbox Torrent Uploader 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

                                            

Extension Basic Information

Name Dediseedbox Torrent Uploader Dediseedbox Torrent Uploader
ID dodambeppkebncgeobibhlfblpifcgpl
Official URL https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl
Description This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
File Size 568 KB
Installation Count 357
Current Version 0.1.2
Last Updated 2017-02-01
Publish Date 2017-02-01
Rating 5.00/5 Total 2 Ratings
Developer https://dediseedbox.com
Email [email protected]
Payment Type free
Extension Website http://dediseedbox.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Dediseedbox Torrent Uploader",
    "description": "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "data\/background.js"
        ]
    },
    "options_page": "data\/html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "data\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "page_action": {
        "default_icon": "data\/img\/icon16.png"
    },
    "icons": {
        "16": "data\/img\/icon16.png",
        "48": "data\/img\/icon48.png",
        "128": "data\/img\/icon128.png"
    }
}