TranscripTonic (MV2) Firefox

Examine source code of TranscripTonic (MV2)

Inspect and view changes in TranscripTonic (MV2) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TranscripTonic",
  "version": "3.2.6",
  "description": "Simple Google Meet transcripts. Private and open source.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://meet.google.com/*"
      ],
      "exclude_matches": [
        "https://meet.google.com/"
      ]
    }
  ],
  "permissions": [
    "storage",
    "https://meet.google.com/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "meetings.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{308ecab7-509a-472e-9e06-1384ca763a50}"
    }
  }
}

Best TranscripTonic (MV2) Alternatives

Here are some Firefox add-ons that are similar to TranscripTonic (MV2):