FlixiMDb

FlixiMDb

Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FlixiMDb",
  "description": "Show IMDb ratings for Netflix TV shows and movies. Simply hover over a title to see the rating.",
  "version": "8.1.3",
  "content_scripts": [
    {
      "js": [
        "assets/js/jquery.js",
        "assets/js/jquery.watch-2.0.min.js",
        "assets/js/lodash.js",
        "classes/class.netflix.js",
        "classes/class.imdb.js",
        "classes/init.js"
      ],
      "matches": [
        "*://*.netflix.com/*"
      ]
    }
  ],
  "page_action": {
    "default_title": "FlixiMDb"
  },
  "web_accessible_resources": [
    "assets/js/jquery.min.map"
  ],
  "icons": {
    "128": "assets/img/netfliximdb_128.png"
  },
  "permissions": [
    "storage"
  ],
  "minimum_chrome_version": "17.0",
  "manifest_version": 2
}