Netflix-IMDB Firefox

Examine source code of Netflix-IMDB

Inspect and view changes in Netflix-IMDB source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Netflix-IMDB-Display",
  "version": "1.0",
  "description": "Displays the IMDB rating of Netflix shows while on Netflix",
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*",
        "*://*.omdbapi.com/*",
        "https://www.omdbapi.com/*",
        "http://www.omdbapi.com/*"
      ],
      "js": [
        "netflix.js"
      ]
    }
  ],
  "options_ui": {
    "page": "popup/popup.html"
  },
  "permissions": [
    "http://www.omdbapi.com/*",
    "https://www.omdbapi.com/*",
    "http://www.netflix.com/*",
    "https://www.netflix.com/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Netflix-IMDb",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "Netflix-IMDb-Rating@github.com"
    }
  }
}

Best Netflix-IMDB Alternatives

Here are some Firefox add-ons that are similar to Netflix-IMDB: