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”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Ultimate Torrent Grabber Ultimate Torrent Grabber
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"
    }
}