IMDb Search (Title)

Use the context menu (right click) to search on IMDb (imdb.com) any text from other websites. Search only on titles of film, movie.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "IMDb Search (Title)",
  "short_name": "imdbSearchTitle",
  "description": "__MSG_description__",
  "version": "1.5resigned1",
  "default_locale": "en",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "web_accessible_resources": [
    "img/*.png"
  ],
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e7fbbefe-7172-45f6-9067-10dda43e40e6}"
    }
  }
}