YGGTORRENT Downloader
Eases downloads from the yggtorrent sharing site.
什麼是YGGTORRENT Downloader?
YGGTORRENT Downloader是由leo.mouly開發的Chrome擴展程式,該擴展的主要功能是“Eases downloads from the yggtorrent sharing site.”。
擴展截圖
下載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 |
ID | jinolbafmeechkenkjpcjaokdilafmpi |
官方網址 | 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\/*" ] } |