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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |