Torrentdrive

Add url magnet and url .torrent to Torrentdrive

Qu'est-ce que Torrentdrive ?

Torrentdrive est une extension Chrome développée par https://torrentdrive.io, et sa fonction principale est "Add url magnet and url .torrent to Torrentdrive".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Torrentdrive

Téléchargez les fichiers d'extension Torrentdrive 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

                        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.                    

Informations de Base sur l'Extension

Nom Torrentdrive Torrentdrive
ID openfjjdaedlpleplkhlkdhajpicokbb
URL Officiel https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb
Description Add url magnet and url .torrent to Torrentdrive
Taille du Fichier 6.51 KB
Nombre d'Installations 377
Version Actuelle 1.3
Dernière Mise à Jour 2019-09-02
Date de Publication 2019-09-02
Évaluation 2.00/5 Total 4 Évaluations
Développeur https://torrentdrive.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://torrentdrive.io/page/privacy-policy
Langues Prises en Charge 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
}