Torrentdrive

Add url magnet and url .torrent to Torrentdrive

Was ist Torrentdrive?

Torrentdrive ist eine Chrome-Erweiterung, die von https://torrentdrive.io entwickelt wurde, und ihr Hauptmerkmal ist "Add url magnet and url .torrent to Torrentdrive".

Erweiterungsscreenshots

screenshot

Torrentdrive-Erweiterungs-CRX-Datei herunterladen

Laden Sie Torrentdrive-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

                        This extension allows you to add magnet links or .torrent links directly to the transfer page.
And Torrentdrive also allows you:
- Download your torrents from our cloud server. 
- Automatic virus scanning.
- Automatic encoding and streaming on all your devices. 
- Organize and share your torrent in collections with your friends.
- Informations of movies and tv shows integrated.
- Integrated torrents search engine.

Registration is free.                    

Grundlegende Informationen zur Erweiterung

Name Torrentdrive Torrentdrive
ID openfjjdaedlpleplkhlkdhajpicokbb
Offizielle URL https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb
Beschreibung Add url magnet and url .torrent to Torrentdrive
Dateigröße 6.51 KB
Installationsanzahl 377
Aktuelle Version 1.3
Letztes Update 2019-09-02
Veröffentlichungsdatum 2019-09-02
Bewertung 2.00/5 Insgesamt 4 Bewertungen
Entwickler https://torrentdrive.io
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://torrentdrive.io/page/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Torrentdrive",
    "description": "Add url magnet and url .torrent to Torrentdrive",
    "version": "1.3",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-bitty.png"
    },
    "manifest_version": 2
}