Dediseedbox Torrent Uploader

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

Τι είναι το Dediseedbox Torrent Uploader;

Το Dediseedbox Torrent Uploader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dediseedbox.com, και η κύρια λειτουργία του είναι "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dediseedbox Torrent Uploader

Λήψη αρχείων επέκτασης Dediseedbox Torrent Uploader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Dediseedbox Torrent Uploader Dediseedbox Torrent Uploader
ID dodambeppkebncgeobibhlfblpifcgpl
Επίσημο URL https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl
Περιγραφή This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Μέγεθος Αρχείου 568 KB
Αριθμός Εγκαταστάσεων 357
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2017-02-01
Ημερομηνία Δημοσίευσης 2017-02-01
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://dediseedbox.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://dediseedbox.com
Υποστηριζόμενες Γλώσσες 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"
    }
}