Video Scene Summary with Claude

Video Scene Summary with Claude

Retrieve subtitles from YouTube videos and summarize them with Claude

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "author": "Mugiro Kitahara",
  "action": {
    "default_title": "__MSG_extName__",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "webRequest",
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "https://claude.ai/chats/*",
    "https://chat.openai.com/*"
  ]
}