Bonetflix Firefox

Examine source code of Bonetflix

Inspect and view changes in Bonetflix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/icons/16x.png",
      "32": "/icons/32x.png",
      "48": "/icons/48x.png",
      "128": "/icons/128x.png"
    }
  },
  "background": {
    "scripts": [
      "serviceWorker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "contentScript.js",
        "netflix_geo.js"
      ],
      "matches": [
        "https://*.netflix.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "description": "IMDB and Filmaffinity Ratings for the best movies on Netflix",
  "host_permissions": [
    "https://bonetflix.com/*"
  ],
  "manifest_version": 3,
  "name": "Bonetflix",
  "optional_host_permissions": [
    "https://*/*"
  ],
  "permissions": [
    "storage",
    "scripting"
  ],
  "short_name": "IMDB and Filmaffinity Ratings on Netflix",
  "version": "1.0.8",
  "browser_specific_settings": {
    "gecko": {
      "id": "@bonetflix",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Bonetflix Alternatives

Here are some Firefox add-ons that are similar to Bonetflix: