Zona HD

Zona HD

Расширение позволяет просматривать видеофайлы в высоком разрешении

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Zona HD",
  "version": "0.1",
  "default_locale": "ru",
  "icons": {
    "32": "res/icon_32.png",
    "128": "res/icon_128.png"
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "<all_urls>"
    ]
  },
  "background": {
    "service_worker": "scripts/refererHook.js"
  }
}