YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

YGGTORRENT Downloader क्या है?

YGGTORRENT Downloader leo.mouly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Eases downloads from the yggtorrent sharing site."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YGGTORRENT Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}