zRate Netflix: IMDB Ratings & Show Info Firefox

Examine source code of zRate Netflix: IMDB Ratings & Show Info

By: toiroit
Inspect and view changes in zRate Netflix: IMDB Ratings & Show Info source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "zRate Netflix: IMDB Ratings & Show Info",
  "short_name": "zRate Netflix",
  "author": "Sriram Yarlagadda",
  "description": "IMDB ratings, plot, cast, and other useful show information for Netflix.",
  "version": "0.0.1",
  "icons": {
    "48": "images/icon_128.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "scripts": [
      "packages/jquery-3.1.1.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "32": "images/icon.png"
    },
    "default_popup": "popover.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.netflix.com/*"
      ],
      "css": [
        "styles/netflixStyles.css"
      ],
      "js": [
        "packages/jquery-3.1.1.min.js",
        "packages/d3.v5.min.js",
        "netflixContentScript.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage"
  ]
}

Best zRate Netflix: IMDB Ratings & Show Info Alternatives

Here are some Firefox add-ons that are similar to zRate Netflix: IMDB Ratings & Show Info: