YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

Cos'è YGGTORRENT Downloader?

YGGTORRENT Downloader è un'estensione di Chrome sviluppata da leo.mouly, e la sua funzione principale è "Eases downloads from the yggtorrent sharing site.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YGGTORRENT Downloader

Scarica i file di estensione YGGTORRENT Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YGGTORRENT Downloader YGGTORRENT Downloader
ID jinolbafmeechkenkjpcjaokdilafmpi
URL Ufficiale https://chromewebstore.google.com/detail/yggtorrent-downloader/jinolbafmeechkenkjpcjaokdilafmpi
Descrizione Eases downloads from the yggtorrent sharing site.
Dimensione del File 45.16 KB
Conteggio Installazioni 363
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-23
Data di Pubblicazione 2021-03-22
Sviluppatore leo.mouly
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yluom/yggdownloader
Lingue Supportate 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\/*"
    ]
}