LiveCaption Firefox

Examine source code of LiveCaption

By: b-tok
Inspect and view changes in LiveCaption source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LiveCaption",
  "version": "1.0.1",
  "description": "Real-time audio transcription for video streaming sites. Optimized for Japanese anime content.",
  "author": "b-tok",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "nativeMessaging",
    "storage",
    "activeTab",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "boki.priv@proton.me",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "LiveCaption",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.netflix.com/*",
        "*://*.crunchyroll.com/*",
        "*://*.amazon.com/*",
        "*://*.primevideo.com/*",
        "*://*.abema.tv/*",
        "*://*.nicovideo.jp/*",
        "*://*.bilibili.com/*",
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "icons/*"
  ]
}

Best LiveCaption Alternatives

Here are some Firefox add-ons that are similar to LiveCaption: