Torrentdrive

Add url magnet and url .torrent to Torrentdrive

Co je Torrentdrive?

Torrentdrive je rozšíření Chrome vyvinuté https://torrentdrive.io, a jeho hlavní funkcí je „Add url magnet and url .torrent to Torrentdrive“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Torrentdrive

Stáhněte si soubory rozšíření Torrentdrive ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Torrentdrive Torrentdrive
ID openfjjdaedlpleplkhlkdhajpicokbb
Oficiální URL https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb
Popis Add url magnet and url .torrent to Torrentdrive
Velikost souboru 6.51 KB
Počet instalací 377
Aktuální Verze 1.3
Poslední Aktualizace 2019-09-02
Datum Vydání 2019-09-02
Hodnocení 2.00/5 Celkem 4 Hodnocení
Vývojář https://torrentdrive.io
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://torrentdrive.io/page/privacy-policy
Podporované Jazyky 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
}