Text to Speech Converter and Downloader

Text to Speech Converter and Downloader

It helps you not only convert text to speech, but also download audio with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Text to Speech Converter and Downloader",
  "short_name": "Text to Speech Converter and Audio Downloader by FreeTranslations.Org",
  "description": "It helps you not only convert text to speech, but also download audio with a single click.",
  "version": "1.4",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "https://*.freetranslations.org/*"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  }
}