YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

¿Qué es YGGTORRENT Downloader?

YGGTORRENT Downloader es una extensión de Chrome desarrollada por leo.mouly, y su función principal es "Eases downloads from the yggtorrent sharing site.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión YGGTORRENT Downloader

Descarga archivos de extensión YGGTORRENT Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre YGGTORRENT Downloader YGGTORRENT Downloader
ID jinolbafmeechkenkjpcjaokdilafmpi
URL Oficial https://chromewebstore.google.com/detail/yggtorrent-downloader/jinolbafmeechkenkjpcjaokdilafmpi
Descripción Eases downloads from the yggtorrent sharing site.
Tamaño del Archivo 45.16 KB
Cantidad de Instalaciones 363
Versión Actual 1.0
Última Actualización 2021-03-23
Fecha de Publicación 2021-03-22
Desarrollador leo.mouly
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/yluom/yggdownloader
Idiomas Soportados 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\/*"
    ]
}