Torrentdrive

Add url magnet and url .torrent to Torrentdrive

Co to jest Torrentdrive?

Torrentdrive to rozszerzenie Chrome opracowane przez https://torrentdrive.io, a jego główną funkcją jest „Add url magnet and url .torrent to Torrentdrive”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Torrentdrive

Pobierz pliki rozszerzeń Torrentdrive w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Torrentdrive Torrentdrive
ID openfjjdaedlpleplkhlkdhajpicokbb
Oficjalny URL https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb
Opis Add url magnet and url .torrent to Torrentdrive
Rozmiar pliku 6.51 KB
Liczba instalacji 377
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2019-09-02
Data Publikacji 2019-09-02
Ocena 2.00/5 Łącznie 4 Oceny
Deweloper https://torrentdrive.io
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://torrentdrive.io/page/privacy-policy
Obsługiwane Języki 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
}