Dediseedbox Torrent Uploader

This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui

O que é Dediseedbox Torrent Uploader?

Dediseedbox Torrent Uploader é uma extensão do Chrome desenvolvida por https://dediseedbox.com, e sua principal característica é "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dediseedbox Torrent Uploader

Baixe arquivos de extensão Dediseedbox Torrent Uploader 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

                                            

Informações Básicas da Extensão

Nome Dediseedbox Torrent Uploader Dediseedbox Torrent Uploader
ID dodambeppkebncgeobibhlfblpifcgpl
URL Oficial https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl
Descrição This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Tamanho do Arquivo 568 KB
Contagem de Instalações 357
Versão Atual 0.1.2
Última Atualização 2017-02-01
Data de Publicação 2017-02-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://dediseedbox.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://dediseedbox.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Dediseedbox Torrent Uploader",
    "description": "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "data\/background.js"
        ]
    },
    "options_page": "data\/html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "data\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "page_action": {
        "default_icon": "data\/img\/icon16.png"
    },
    "icons": {
        "16": "data\/img\/icon16.png",
        "48": "data\/img\/icon48.png",
        "128": "data\/img\/icon128.png"
    }
}