YGGTORRENT Downloader
Eases downloads from the yggtorrent sharing site.
Qu'est-ce que YGGTORRENT Downloader ?
YGGTORRENT Downloader est une extension Chrome développée par leo.mouly, et sa fonction principale est "Eases downloads from the yggtorrent sharing site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YGGTORRENT Downloader
Téléchargez les fichiers d'extension YGGTORRENT Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YGGTORRENT Downloader |
ID | jinolbafmeechkenkjpcjaokdilafmpi |
URL Officiel | https://chromewebstore.google.com/detail/yggtorrent-downloader/jinolbafmeechkenkjpcjaokdilafmpi |
Description | Eases downloads from the yggtorrent sharing site. |
Taille du Fichier | 45.16 KB |
Nombre d'Installations | 363 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-03-23 |
Date de Publication | 2021-03-22 |
Développeur | leo.mouly |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/yluom/yggdownloader |
Langues Prises en Charge | 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\/*" ] } |