Read The Web Out Loud - RAO Text To Speech

Read The Web Out Loud - RAO Text To Speech

Read any web page out loud with this intelligent, fully customizable, responsive, html5 text to speech addon. Supports over 500+ natural, human-like voices on multiple browsers and operating systems.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RAO Text To Speech",
  "version": "1.4.4",
  "description": "Read any web page out loud with this intelligent, fully customizable, text to speech application. Supports 500+ human-like voices.",
  "icons": {
    "16": "imgs/logos/rao-icon-16x16.png",
    "32": "imgs/logos/rao-icon-32x32.png",
    "48": "imgs/logos/rao-icon-48x48.png",
    "128": "imgs/logos/rao-icon-128x128.png"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/init.js"
      ],
      "exclude_matches": [
        "https://www.google.com/*",
        "https://www.bing.com/*",
        "https://www.yahoo.com/*",
        "https://duckduckgo.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "css/main.css",
        "css/global-styles.css",
        "js/notifications.js",
        "js/RAO_TTS__BrowserPatches.js",
        "js/RAO_TTS__Cookie.js",
        "js/RAO_TTS__SelectedElements.js",
        "js/RAO_TTS__Player.js",
        "js/RAO_TTS__DefaultSettings.js",
        "js/RAO_TTS__ElementPosition.js",
        "js/RAO_TTS__Mst.js",
        "js/RAO_TTS__Pitch.js",
        "js/RAO_TTS__Pronounciation.js",
        "js/RAO_TTS__Rate.js",
        "js/RAO_TTS__SliderComponent.js",
        "js/RAO_TTS__Voice.js",
        "js/RAO_TTS__VoiceSelector.js",
        "js/settings.js",
        "js/styles.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "48.0"
    },
    "gecko_android": {
      "id": "[email protected]",
      "strict_min_version": "48.0"
    }
  }
}