Free AI Voice: Best Text to Speech Tool

Free AI Voice: Best Text to Speech Tool

Free AI Voice is a Chrome browser extension that utilizes Text-to-Speech (TTS) technology to convert web page articles into speech.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Free AI Voice: Best Text to Speech Tool",
  "version": "1.0.2",
  "manifest_version": 3,
  "default_locale": "en",
  "description": "__MSG_desc__",
  "options_page": "options.html",
  "icons": {
    "16": "images/icon.png",
    "128": "images/icon.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_title__"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tts"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}