Always on YouTube Transcript by AE Studio

Always on YouTube Transcript by AE Studio

Automatically enable the YouTube Transcript for every video.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Always on YouTube Transcript by AE Studio",
  "manifest_version": 3,
  "version": "1.1",
  "description": "Automatically enable the YouTube Transcript for every video.",
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  }
}