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文件
下載Ultimate Torrent Grabber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |