Voice Remaker - Free AI Voice

Voice Remaker - Free AI Voice

Let Voice Remaker be your most powerful assistant for AI voice generator & realistic text to speech (TTS) .

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/128.png",
      "38": "icons/128.png"
    }
  },
  "version": "1.0.4",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}