Live subtitle with translation (Free usage weekly)

Live subtitle with translation (Free usage weekly)

Live audio/video streaming subtitle with translation, Live caption using LLM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Live subtitle with translation (Free usage weekly)",
  "description": "Live audio/video streaming subtitle with translation, Live caption using LLM",
  "version": "0.0.17",
  "manifest_version": 3,
  "permissions": [
    "scripting",
    "background",
    "tabs",
    "tabCapture",
    "activeTab",
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "https://*.raccourci.top/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Click to open",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "64": "icons/64.png"
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}