Torrentdrive
Add url magnet and url .torrent to Torrentdrive
Torrentdrive란 무엇입니까?
Torrentdrive은(는) https://torrentdrive.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add url magnet and url .torrent to Torrentdrive"입니다.
확장 프로그램 스크린샷
Torrentdrive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to add magnet links or .torrent links directly to the transfer page. And Torrentdrive also allows you: - Download your torrents from our cloud server. - Automatic virus scanning. - Automatic encoding and streaming on all your devices. - Organize and share your torrent in collections with your friends. - Informations of movies and tv shows integrated. - Integrated torrents search engine. Registration is free.
확장 프로그램 기본 정보
이름 | |
ID | openfjjdaedlpleplkhlkdhajpicokbb |
공식 URL | https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb |
설명 | Add url magnet and url .torrent to Torrentdrive |
파일 크기 | 6.51 KB |
설치 횟수 | 377 |
현재 버전 | 1.3 |
최근 업데이트 | 2019-09-02 |
출시 날짜 | 2019-09-02 |
평점 | 2.00/5 총 4 개의 평점 |
개발자 | https://torrentdrive.io |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://torrentdrive.io/page/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Torrentdrive", "description": "Add url magnet and url .torrent to Torrentdrive", "version": "1.3", "permissions": [ "contextMenus", "downloads" ], "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-bitty.png" }, "manifest_version": 2 } |