Netflix Recommendation Explorer

Netflix Recommendation Explorer

Add a "More Info" button to Netflix "More Like This" and Collections recommendations

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Netflix Recommendation Explorer",
  "description": "Add a \"More Info\" button to Netflix \"More Like This\" and Collections recommendations",
  "version": "0.2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.netflix.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}