YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

Vad är YGGTORRENT Downloader?

YGGTORRENT Downloader är en Chrome-tillägg utvecklad av leo.mouly, och dess huvudfunktion är "Eases downloads from the yggtorrent sharing site.".

Tilläggsskärmbilder

screenshot

Ladda ner YGGTORRENT Downloader-förlängningens CRX-fil

Ladda ner YGGTORRENT Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn YGGTORRENT Downloader YGGTORRENT Downloader
ID jinolbafmeechkenkjpcjaokdilafmpi
Officiell webbadress https://chromewebstore.google.com/detail/yggtorrent-downloader/jinolbafmeechkenkjpcjaokdilafmpi
Beskrivning Eases downloads from the yggtorrent sharing site.
Filstorlek 45.16 KB
Antal Installationer 363
Aktuell Version 1.0
Senast Uppdaterad 2021-03-23
Publiceringsdatum 2021-03-22
Utvecklare leo.mouly
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/yluom/yggdownloader
Stödda Språk 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\/*"
    ]
}