Youtube Summary by ChatGPT

Youtube Summary by ChatGPT

Youtube Summary by ChatGPT

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Youtube Summary by ChatGPT",
  "version": "1.1.2",
  "version_name": "1.1.2",
  "description": "Youtube Summary by ChatGPT",
  "action": {
    "default_icon": "icon-512.png",
    "default_popup": "src/popup/index.html"
  },
  "options_ui": {
    "page": "src/options/index.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader-d11eaceb.js"
      ],
      "css": [
        "assets/main-aaf38d99.css"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "src/assets/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/icons-4ea59d63.js",
        "assets/jsx-runtime-97a404fd.js",
        "assets/config-ce908b0f.js",
        "assets/_commonjsHelpers-52dcbb45.js",
        "assets/main.tsx-d9eda6f9.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "icon-512.png",
    "48": "icon-512.png",
    "128": "icon-512.png"
  },
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "cookies"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ]
}