Search4Moviex

Search4Moviex

This extension changes the default search to blpsearch.com and offers search for movie information straight from your address bar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.0.846.816",
  "name": "Search4Moviex",
  "description": "This extension changes the default search to blpsearch.com and offers search for movie information straight from your address bar",
  "icons": {
    "16": "icons/Search4Moviex-16.png",
    "128": "icons/Search4Moviex-128.png"
  },
  "background": {
    "scripts": [
      "libs/aes.js",
      "libs/mode-ecb.js",
      "js/brand.js",
      "js/background.js"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Search4Moviex",
      "instant_url": "https://www.blpsearch.com/search?sid=846&src=ds&p={searchTerms}",
      "search_url": "https://www.blpsearch.com/search?sid=846&src=ds&p={searchTerms}",
      "favicon_url": "https://www.blpsearch.com/images/favicon.ico",
      "keyword": "Default-Search",
      "encoding": "UTF-8",
      "alternate_urls": [],
      "search_url_post_params": "",
      "instant_url_post_params": "",
      "is_default": true
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.search4moviex.com/*"
      ],
      "js": [
        "js/contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.search4moviex.com/*"
    ]
  },
  "permissions": [
    "https://*.blpsearch.com/*",
    "http://*.search4moviex.com/*",
    "https://service.prsstobe.com/*",
    "https://www.aztmoviecenter.com/search/*",
    "cookies",
    "storage"
  ],
  "omnibox": {
    "keyword": "f"
  },
  "web_accessible_resources": [
    "icons/checker.gif"
  ]
}