Batch Links Helper

Batch Links Helper

Easily copy batch of ed2k, magnet, thunder, flashget and QQ 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": "__MSG_extension_name__",
  "version": "1.0.5",
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "icons/link-plugin-16.png",
    "24": "icons/link-plugin-24.png",
    "32": "icons/link-plugin-32.png",
    "128": "icons/link-plugin-128.png"
  },
  "browser_action": {
    "default_title": "__MSG_extension_name__",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "cs.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "*://*/*",
    "background",
    "tabs",
    "clipboardWrite"
  ],
  "author": "eGust",
  "homepage_url": "https://github.com/eGust/batch-links-plugin"
}