IMDb Ratings Firefox

Examine source code of IMDb Ratings

Inspect and view changes in IMDb Ratings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "IMDb Ratings",
  "version": "1.0",
  "description": "Display IMDb ratings for movies and TV shows.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "https://www.imdb.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.imdb.com/*",
        "https://www.imdb.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a2edb74d-064b-4047-b910-d8fb82afc378}"
    }
  }
}

Best IMDb Ratings Alternatives

Here are some Firefox add-ons that are similar to IMDb Ratings: