YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

O que é YGGTORRENT Downloader?

YGGTORRENT Downloader é uma extensão do Chrome desenvolvida por leo.mouly, e sua principal característica é "Eases downloads from the yggtorrent sharing site.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YGGTORRENT Downloader

Baixe arquivos de extensão YGGTORRENT Downloader 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

                        What the extension does is go through all your opened yggtorrent tabs and download the .torrent file for as many pages as you have open (assuming they're for specific torrents), and then close the tab.
The goal is to save clicks and time when downloading multiple torrents

This is opensource, if you are curious or wants to contribute, feel free to reach out to me through GitHub on the linked web page.                    

Informações Básicas da Extensão

Nome YGGTORRENT Downloader YGGTORRENT Downloader
ID jinolbafmeechkenkjpcjaokdilafmpi
URL Oficial https://chromewebstore.google.com/detail/yggtorrent-downloader/jinolbafmeechkenkjpcjaokdilafmpi
Descrição Eases downloads from the yggtorrent sharing site.
Tamanho do Arquivo 45.16 KB
Contagem de Instalações 363
Versão Atual 1.0
Última Atualização 2021-03-23
Data de Publicação 2021-03-22
Desenvolvedor leo.mouly
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/yluom/yggdownloader
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YGGTORRENT Downloader",
    "version": "1.0",
    "description": "Eases downloads from the yggtorrent sharing site.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Click to start downloading .torrent of all open yggtorrent tabs",
        "default_icon": "icon_19.png"
    },
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "72": "icon_72.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "downloads",
        "tabs",
        "https:\/\/*.yggtorrent.li\/*"
    ]
}