Tubelator: AI YouTube Subtitles and Chapters

Tubelator: AI YouTube Subtitles and Chapters

Adds word-by-word AI subtitles for ANY YouTube video in 98 languages, generate chapters or a summary, and AI art from current scene!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tubelator: AI YouTube Subtitles and Chapters",
  "version": "0.0.2",
  "description": "Adds word-by-word AI subtitles for ANY YouTube video in 98 languages, generate chapters or a summary, and AI art from current scene!",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.tsx.7ea983fa.205cea16.js"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ],
      "css": [
        "assets/content.tsx.4be0e684.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "logo.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "resources": [
        "assets/types.5511ec4c.js",
        "assets/content.tsx.7ea983fa.js"
      ],
      "use_dynamic_url": true
    }
  ]
}