YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

Τι είναι το YGGTORRENT Downloader;

Το YGGTORRENT Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον leo.mouly, και η κύρια λειτουργία του είναι "Eases downloads from the yggtorrent sharing site.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης YGGTORRENT Downloader

Λήψη αρχείων επέκτασης YGGTORRENT Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YGGTORRENT Downloader YGGTORRENT Downloader
ID jinolbafmeechkenkjpcjaokdilafmpi
Επίσημο URL https://chromewebstore.google.com/detail/yggtorrent-downloader/jinolbafmeechkenkjpcjaokdilafmpi
Περιγραφή Eases downloads from the yggtorrent sharing site.
Μέγεθος Αρχείου 45.16 KB
Αριθμός Εγκαταστάσεων 363
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2021-03-23
Ημερομηνία Δημοσίευσης 2021-03-22
Προγραμματιστής leo.mouly
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/yluom/yggdownloader
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}