Download Station - Filer.net

Download Station - Filer.net

Get all Filer.net links in one string

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Download Station - Filer.net",
  "description": "Get all Filer.net links in one string",
  "version": "1.0",
  "browser_action": {
    "default_title": "Copy the Filer.net links to clipboard"
  },
  "background": {
    "scripts": [
      "jquery-2.1.3.min.js",
      "eventPage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ]
}