Netflix comments and stars rating

Netflix comments and stars rating

Netflix comments and stars rating by Ali Kaan BAŞHAN

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Netflix comments and stars rating",
  "description": "Netflix comments and stars rating by Ali Kaan BAŞHAN",
  "version": "0.2",
  "icons": {
    "16": "hello.png",
    "32": "hello.png",
    "48": "hello.png",
    "128": "hello.png"
  },
  "host_permissions": [
    "*://*.netflix.*"
  ],
  "permissions": [],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/*"
      ],
      "js": [
        "jquery.js",
        "yeni.js"
      ],
      "css": [
        "benim.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "hello.png",
      "32": "hello.png",
      "48": "hello.png",
      "128": "hello.png"
    }
  }
}