iPlayer IMDB film ratings

iPlayer IMDB film ratings

Displays the IMDB rating for films on iPlayer along with a link to their page on IMDB.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "iPlayer IMDB film ratings",
  "description": "Displays the IMDB rating for films on iPlayer along with a link to their page on IMDB.",
  "version": "1.22",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.bbc.co.uk/iplayer/categories/films*"
      ],
      "js": [
        "jquery-2.0.0.min.js",
        "iplayerimdb.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "imdb-small.png"
  ]
}