Examine source code of Get YouTube Transcript by CakeAI - Free

Inspect and view changes in Get YouTube Transcript by CakeAI - Free 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,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm1oFJrrqsjGS25DWq3ril9DdUn+trXc4Fkv929jlN3BDOBxG2BBSr8hUzkKsjjr6bxUf0U/2q1dnRpuG4nHDxc7o/eUZNGyoyBAIswL6S3EN+wj4KgPqS42DBAd21qnfUNran955lKJIkKU46bt7j8gzLLM1vydFDEmbbDUaA96mqU/HaDLEpS/IeHBVM3LlWiNap8mTQWugcmC3ot7KRWAy2LOSUD7UQNI7mqRhjpjHm4z+LQD4RgoinmyOZeO29Ooi5uu9bATvU/xp7IMj9/CagJzLax/ZOc4eoz3sKoQX/WibeVRHVySxDk2oj448iroWO6esVmLKSioAM9WyVQIDAQAB",
  "name": "Get YouTube Transcript by CakeAI - Free",
  "short_name": "Get YouTube transcript, captions and subtitles by CakeAI - Unlimited and Free",
  "description": "Get transcripts, captions and subtitles for YouTube videos and download them as CSV, SRT or text file. Unlimited and free of charge.",
  "version": "0.3.0",
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "notifications"
  ],
  "host_permissions": [
    "https://*.youtube.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "assets/16.png",
      "32": "assets/32.png",
      "128": "assets/128.png"
    }
  },
  "options_ui": {
    "page": "pages/dashboard.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "assets/16.png",
    "32": "assets/32.png",
    "128": "assets/128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}