Easy IMDb

Easy IMDb

Parse IMDb ratings, and view the data through a menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy IMDb",
  "description": "Parse IMDb ratings, and view the data through a menu.",
  "version": "0.1.5",
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}