Welder Choice Download

Welder Choice Download

Select links on a page and download them easily.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Welder Choice Download",
  "description": "Select links on a page and download them easily.",
  "version": "0.1",
  "minimum_chrome_version": "16.0.884",
  "permissions": [
    "downloads",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}