Ultimate Torrent Grabber
Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link
Ultimate Torrent Grabber란 무엇입니까?
Ultimate Torrent Grabber은(는) http://www.thelocalbay.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link"입니다.
확장 프로그램 스크린샷
Ultimate Torrent Grabber 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Images shown are from Free No-Copyright content. Sharing a 40 txt Alphanumberic hash code is great for Social Media or Forums By using only the 'Torrent Info Hash' you can highlite and then right click and choose either a Magnet or Torrent Download via your client. All that's needed is the 40 alphanumberic txt Thanks to gaz-911 for getting it started. The Magnet concept is based from loading from your browser. Be sure if you haven't done this method before that you may come across a one time box asking for permission. Do select 'yes' and also if available 'never show again' The Magnet will contain 2 Public Trackers. The Torrent concept is based on 2 selected cache services where a .torrent file is stored. They are either manually stored or indexed for it to work. If error choose Magnet. Images shown are from Legit Free Copyright content.
확장 프로그램 기본 정보
이름 | |
ID | edooeddblbmknbfdfnblpcmmbmpjdboa |
공식 URL | https://chrome.google.com/webstore/detail/ultimate-torrent-grabber/edooeddblbmknbfdfnblpcmmbmpjdboa |
설명 | Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link |
파일 크기 | 43.47 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.3.5.3 |
최근 업데이트 | 2015-08-14 |
출시 날짜 | 2015-08-14 |
평점 | 3.21/5 총 19 개의 평점 |
개발자 | http://www.thelocalbay.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "name": "Ultimate Torrent Grabber", "version": "1.3.5.3", "description": "Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "icons": { "48": "icon.png" }, "browser_action": { "name": "Manipulate DOM", "default_icon": "icon.png" } } |