Examine source code of netflix-er

Inspect and view changes in netflix-er source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "netflixer",
  "version": "1.3",
  "description": "Adds functions to netflix",
  "browser_specific_settings": {
    "gecko": {
      "id": "martin@kasman.sk",
      "strict_min_version": "94.0"
    }
  },
  "icons": {
    "48": "icons/netflixer-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "netflixer.js"
      ]
    }
  ]
}