Examine source code of Tubelator: AI Subtitles, Summaries & Transcript Export for YouTube

Inspect and view changes in Tubelator: AI Subtitles, Summaries & Transcript Export for YouTube source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tubelator: AI Subtitles, Summaries & Transcript Export for YouTube",
  "version": "2.3.0",
  "description": "AI subtitles and summary for YouTube videos. Export YouTube transcripts and download subtitles.",
  "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.tsx-loader-CW2Nb3Ow.js"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ],
      "css": [
        "assets/content-CLseFvov.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "logo.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "resources": [
        "assets/types-D2-a_rpy.js",
        "assets/content.tsx-mgDTEi_I.js"
      ],
      "use_dynamic_url": false
    }
  ]
}