YGGTORRENT Downloader

Eases downloads from the yggtorrent sharing site.

YGGTORRENT Downloaderとは何ですか?

YGGTORRENT Downloaderはleo.moulyによって開発されたChromeの拡張機能で、その主な機能は「Eases downloads from the yggtorrent sharing site.」です。

拡張機能のスクリーンショット

screenshot

YGGTORRENT Downloader拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}