Dediseedbox Torrent Uploader

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

Was ist Dediseedbox Torrent Uploader?

Dediseedbox Torrent Uploader ist eine Chrome-Erweiterung, die von https://dediseedbox.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Dediseedbox Torrent Uploader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dediseedbox Torrent Uploader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Dediseedbox Torrent Uploader Dediseedbox Torrent Uploader
ID dodambeppkebncgeobibhlfblpifcgpl
Offizielle URL https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl
Beschreibung This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Dateigröße 568 KB
Installationsanzahl 357
Aktuelle Version 0.1.2
Letztes Update 2017-02-01
Veröffentlichungsdatum 2017-02-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://dediseedbox.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://dediseedbox.com
Unterstützte Sprachen 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"
    }
}