Netflix Filter - Flixer

Netflix Filter - Flixer

Netflix IMDB ratings and filtering!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Netflix Filter - Flixer",
  "description": "Netflix IMDB ratings and filtering!",
  "version": "0.74",
  "icons": {
    "16": "Logo16x16.png",
    "48": "Logo48x48.png",
    "128": "Logo128x128.png"
  },
  "permissions": [
    "*://*.netflix.com/*",
    "storage"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'"
}