GPT-SoVITS TTS Screen Reader Firefox

Examine source code of GPT-SoVITS TTS Screen Reader

By: cpumaxx
Inspect and view changes in GPT-SoVITS TTS Screen Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoVITS Screen Reader",
  "version": "1.1.0",
  "description": "An extension to read selected text using the SoVITS v2 API, including character and emotion management.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sovits_reader@cpumaxx",
      "strict_min_version": "126.0"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg",
    "256": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_page": "options.html",
  "commands": {
    "read-selected-text": {
      "suggested_key": {
        "default": "Ctrl+Alt+Z"
      },
      "description": "Read Selected Text"
    }
  }
}

Best GPT-SoVITS TTS Screen Reader Alternatives

Here are some Firefox add-ons that are similar to GPT-SoVITS TTS Screen Reader: