Ultimate Torrent Grabber

Ultimate Torrent Grabber

Allows you to download a selected 40 character Info Hash as either a .torrent file or magnet link

Merlin
Additional files are visible only to premium users

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"
  }
}