Dediseedbox Torrent Uploader

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

Co je Dediseedbox Torrent Uploader?

Dediseedbox Torrent Uploader je rozšíření Chrome vyvinuté https://dediseedbox.com, a jeho hlavní funkcí je „This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Dediseedbox Torrent Uploader

Stáhněte si soubory rozšíření Dediseedbox Torrent Uploader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Dediseedbox Torrent Uploader Dediseedbox Torrent Uploader
ID dodambeppkebncgeobibhlfblpifcgpl
Oficiální URL https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl
Popis This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Velikost souboru 568 KB
Počet instalací 357
Aktuální Verze 0.1.2
Poslední Aktualizace 2017-02-01
Datum Vydání 2017-02-01
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://dediseedbox.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://dediseedbox.com
Podporované Jazyky 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"
    }
}