Torrentdrive

Add url magnet and url .torrent to Torrentdrive

What is Torrentdrive?

Torrentdrive is a Chrome extension developed by https://torrentdrive.io, and its main feature is "Add url magnet and url .torrent to Torrentdrive".

Extension Screenshots

screenshot

Download Torrentdrive Extension CRX File

Download Torrentdrive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Torrentdrive Torrentdrive
ID openfjjdaedlpleplkhlkdhajpicokbb
Official URL https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb
Description Add url magnet and url .torrent to Torrentdrive
File Size 6.51 KB
Installation Count 377
Current Version 1.3
Last Updated 2019-09-02
Publish Date 2019-09-02
Rating 2.00/5 Total 4 Ratings
Developer https://torrentdrive.io
Email [email protected]
Payment Type free
Privacy Policy Page URL https://torrentdrive.io/page/privacy-policy
Supported Languages 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
}