ezytdl browser connector

ezytdl browser connector

the browser connector for ezytdl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ezytdl browser connector",
  "description": "the browser connector for ezytdl",
  "version": "34",
  "manifest_version": 3,
  "action": {
    "default_popup": "html/index.html",
    "default_title": "ezytdl browser connector",
    "default_icon": "res/icon-disabled.png"
  },
  "icons": {
    "64": "res/icon-enabled.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "contextMenus",
    "storage",
    "cookies"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "connection.js"
  }
}