Dediseedbox Torrent Uploader

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

Qu'est-ce que Dediseedbox Torrent Uploader ?

Dediseedbox Torrent Uploader est une extension Chrome développée par https://dediseedbox.com, et sa fonction principale est "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dediseedbox Torrent Uploader

Téléchargez les fichiers d'extension Dediseedbox Torrent Uploader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Dediseedbox Torrent Uploader Dediseedbox Torrent Uploader
ID dodambeppkebncgeobibhlfblpifcgpl
URL Officiel 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
Taille du Fichier 568 KB
Nombre d'Installations 357
Version Actuelle 0.1.2
Dernière Mise à Jour 2017-02-01
Date de Publication 2017-02-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://dediseedbox.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://dediseedbox.com
Langues Prises en Charge 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"
    }
}