File Search Engine (by FileDiva)

File Search Engine (by FileDiva)

Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/js/background.js",
      "/js/background2.js",
      "/js/background3.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/ico.png",
    "default_popup": "filediva.html",
    "default_title": "Filediva"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "css": [
        "/css/filediva2.css"
      ],
      "include_globs": [
        "http://www.google.*",
        "https://www.google.*"
      ],
      "js": [
        "/js/filediva2.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "/css/filediva2.css"
      ],
      "include_globs": [
        "http://www.imdb.*",
        "https://www.imdb.*"
      ],
      "js": [
        "/js/filediva3.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "/css/filediva2.css"
      ],
      "js": [
        "/js/dragit.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Search & Download shared files from various file hosting sites like: Rapidshare, Uploaded, Rapidgator, Netload, 4shared, Extabit...",
  "icons": {
    "16": "img/icon-16.png",
    "24": "img/icon-24.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "64": "img/icon-64.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "name": "File Search Engine (by FileDiva)",
  "permissions": [
    "contextMenus",
    "webRequest",
    "storage",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1"
}