ed2k-extractor

ed2k-extractor

Get every ed2k link from the current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ed2k-extractor",
  "version": "1.1",
  "description": "Get every ed2k link from the current tab.",
  "browser_action": {
    "default_icon": "icon02.png"
  },
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "permissions": [
    "<all_urls>"
  ]
}