Simplex Search - Direct Download Everything

Simplex Search - Direct Download Everything

Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simplex Search - Direct Download Everything",
  "version": "1.1",
  "description": "Search service allowing you to find a file among huge no. of files located under open directories of web servers via refined query.",
  "homepage_url": "http://search.netneek.net/",
  "permissions": [
    "bookmarks"
  ],
  "icons": {
    "16": "images/default.png",
    "48": "images/logoSmall.png",
    "128": "images/logoBig.png"
  },
  "browser_action": {
    "default_title": "Simplex Search - Direct Download Everything",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}