YGG Torrent Searcher extension

Download a torrent directly to your folder, on a remote machine

O que é YGG Torrent Searcher extension?

YGG Torrent Searcher extension é uma extensão do Chrome desenvolvida por Yooooomi, e sua principal característica é "Download a torrent directly to your folder, on a remote machine".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YGG Torrent Searcher extension

Baixe arquivos de extensão YGG Torrent Searcher extension 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

                        Allows the user to download a torrent file directly to their remote deluge folder                    

Informações Básicas da Extensão

Nome YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
URL Oficial https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Descrição Download a torrent directly to your folder, on a remote machine
Tamanho do Arquivo 10.33 KB
Contagem de Instalações 43
Versão Atual 0.3
Última Atualização 2020-09-21
Data de Publicação 2020-05-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Yooooomi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YGG Torrent Searcher extension",
    "version": "0.3",
    "description": "Download a torrent directly to your folder, on a remote machine",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*yggtorrent*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png"
    }
}