iDownloader launcher

iDownloader launcher

This add on Provides browser with a "Download link With iDownloader" option. Just right click on any download link and select "Download with iDownloader".

Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "iDownloader@codekiddies.com"
    }
  },
  "background": {
    "scripts": [
      "jquery.js",
      "context-menu.js"
    ]
  },
  "description": "provides browser with a \"Download With iDownloader\" option",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "iDownloader launcher",
  "permissions": [
    "tabs",
    "contextMenus",
    "cookies",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "iDownloader",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.1"
}