Miniflix - Netflix Mini Window Mode

Miniflix - Netflix Mini Window Mode

Watch your netflix with picture in picture mode while you working

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Miniflix - Netflix Mini Window Mode",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "Watch your netflix with picture in picture mode while you working",
  "content_scripts": [
    {
      "js": [
        "init.js"
      ],
      "matches": [
        "https://www.netflix.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}