EagleGet Fre Downloader

EagleGet Fre Downloader

Download files with Eagleget

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/contentscript.js",
        "js/j142.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "images/icon19_normal.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_description__"
  },
  "default_locale": "en",
  "description": "__MSG_name__",
  "homepage_url": "http://www.eagleget.com/manually-add-eagleget-to-chrome-firefox/",
  "icons": {
    "16": "images/menu.png",
    "48": "images/main.png",
    "128": "images/eagleget.ico"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "28.0",
  "name": "EagleGet Free Downloader",
  "offline_enabled": false,
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "cookies",
    "contextMenus",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "management",
    "storage",
    "nativeMessaging",
    "downloads",
    "unlimitedStorage"
  ],
  "version": "2.2.70",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ef8522f-35e7-497a-b4f0-33817f5c6917}"
    }
  }
}