Magnet Collector

Magnet Collector

Find magnet and torrent links in a page much easier and safer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Magnet Collector",
  "description": "Find magnet and torrent links in a page much easier and safer.",
  "version": "1.0.4",
  "browser_action": {
    "default_icon": "icon_128.png",
    "default_popup": "popup.html",
    "default_title": "Magnet Collector"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}