VoiceWave: ChatGPT Voice Control

VoiceWave: ChatGPT Voice Control

Enables voice typing across all websites, with voice control for ChatGPT. Talk to ChatGPT and hear responses in a natural voice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "version": "3.9.33",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 3,
  "default_locale": "en",
  "incognito": "split",
  "icons": {
    "128": "assets/icons/icon.png"
  },
  "action": {
    "default_title": "__MSG_extensionTitle__",
    "default_icon": "assets/icons/icon.png",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}