YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

Co je YGGTORRENT Downloader?

YGGTORRENT Downloader je rozšíření Chrome vyvinuté leo.mouly, a jeho hlavní funkcí je „Eases downloads from the yggtorrent sharing site.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YGGTORRENT Downloader

Stáhněte si soubory rozšíření YGGTORRENT Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YGGTORRENT Downloader YGGTORRENT Downloader
ID jinolbafmeechkenkjpcjaokdilafmpi
Oficiální URL https://chromewebstore.google.com/detail/yggtorrent-downloader/jinolbafmeechkenkjpcjaokdilafmpi
Popis Eases downloads from the yggtorrent sharing site.
Velikost souboru 45.16 KB
Počet instalací 363
Aktuální Verze 1.0
Poslední Aktualizace 2021-03-23
Datum Vydání 2021-03-22
Vývojář leo.mouly
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/yluom/yggdownloader
Podporované Jazyky 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\/*"
    ]
}