Torrent magnet finder

Torrent magnet finder

It goes through the html page content searching for magnet links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Torrent magnet finder",
  "version": "1.0.0",
  "description": "It goes through the html page content searching for magnet links.",
  "content_scripts": [],
  "icons": {
    "16": "assets/imgs/16.png",
    "48": "assets/imgs/48.png",
    "128": "assets/imgs/128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/imgs/16.png",
      "48": "assets/imgs/48.png",
      "128": "assets/imgs/128.png"
    },
    "default_popup": "popup.html"
  },
  "incognito": "split",
  "permissions": [
    "activeTab"
  ]
}