Torrentdrive

Add url magnet and url .torrent to Torrentdrive

O que é Torrentdrive?

Torrentdrive é uma extensão do Chrome desenvolvida por https://torrentdrive.io, e sua principal característica é "Add url magnet and url .torrent to Torrentdrive".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Torrentdrive

Baixe arquivos de extensão Torrentdrive no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Torrentdrive Torrentdrive
ID openfjjdaedlpleplkhlkdhajpicokbb
URL Oficial https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb
Descrição Add url magnet and url .torrent to Torrentdrive
Tamanho do Arquivo 6.51 KB
Contagem de Instalações 377
Versão Atual 1.3
Última Atualização 2019-09-02
Data de Publicação 2019-09-02
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor https://torrentdrive.io
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://torrentdrive.io/page/privacy-policy
Idiomas Suportados 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
}