YGGTORRENT Downloader
Eases downloads from the yggtorrent sharing site.
YGGTORRENT Downloaderคืออะไร?
YGGTORRENT Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leo.mouly และคุณลักษณะหลักของมันคือ "Eases downloads from the yggtorrent sharing site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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\/*" ] } |