WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AudioTTS Pro | Text-to-Speech Generator & Audio Downloader

AudioTTS Pro | Text-to-Speech Generator & Audio Downloader

View on Chrome Web Store
View AudioTTS Pro | Text-to-Speech Generator & Audio Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Text-to-Speech generator and audio downloader supporting Azure Speech, IBM Watson, and Google Gemini TTS.
Type
Extension
Users
144 users
8
Website exyezed.cc
exyezed
View author page of exyezed
Published
Published on October 29, 2025
Version 1.0.4
Manifest version
3
Updated
Updated on January 7, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AudioTTS Pro | Text-to-Speech Generator & Audio Downloader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AudioTTS Pro | Text-to-Speech Generator & Audio Downloader",
    "short_name": "AudioTTS Pro",
    "description": "Text-to-Speech generator and audio downloader supporting Azure Speech, IBM Watson, and Google Gemini TTS.",
    "version": "1.0.4",
    "author": "exyezed",
    "homepage_url": "https:\/\/exyezed.cc",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "AudioTTS Pro - Quick Access"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "94c27c80.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/azure.microsoft.com\/en-us\/products\/*speech*",
        "*:\/\/cdn.jsdelivr.net\/*",
        "*:\/\/*.api.speech.microsoft.com\/*",
        "*:\/\/www.ibm.com\/demos\/live\/tts-demo\/self-service\/home*",
        "*:\/\/www.gstatic.com\/cloud-site-ux\/text_to_speech\/*",
        "*:\/\/texttospeech.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/azure.microsoft.com\/en-us\/products\/*speech*"
            ],
            "js": [
                "eb15c37b.js"
            ],
            "run_at": "document_start",
            "world": "ISOLATED"
        },
        {
            "matches": [
                "*:\/\/azure.microsoft.com\/en-us\/products\/*speech*"
            ],
            "js": [
                "libs\/speech-sdk.min.js",
                "defdc012.js",
                "libs\/lame.min.js",
                "libs\/preact.min.js",
                "libs\/hooks.umd.js",
                "libs\/signals-core.min.js",
                "libs\/signals.min.js",
                "libs\/dayjs.min.js",
                "libs\/i18next.min.js",
                "44314419.js",
                "d3179bdf.js"
            ],
            "run_at": "document_end",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/www.ibm.com\/demos\/live\/tts-demo\/self-service\/home*"
            ],
            "js": [
                "eb15c37b.js"
            ],
            "run_at": "document_start",
            "world": "ISOLATED"
        },
        {
            "matches": [
                "*:\/\/www.ibm.com\/demos\/live\/tts-demo\/self-service\/home*"
            ],
            "js": [
                "defdc012.js",
                "libs\/lame.min.js",
                "libs\/preact.min.js",
                "libs\/hooks.umd.js",
                "libs\/signals-core.min.js",
                "libs\/signals.min.js",
                "libs\/dayjs.min.js",
                "libs\/i18next.min.js",
                "44314419.js",
                "d3179bdf.js"
            ],
            "run_at": "document_end",
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/www.gstatic.com\/cloud-site-ux\/text_to_speech\/text_to_speech.min.html"
            ],
            "js": [
                "eb15c37b.js"
            ],
            "run_at": "document_start",
            "world": "ISOLATED"
        },
        {
            "matches": [
                "*:\/\/www.gstatic.com\/cloud-site-ux\/text_to_speech\/text_to_speech.min.html"
            ],
            "js": [
                "defdc012.js",
                "libs\/lame.min.js",
                "libs\/preact.min.js",
                "libs\/hooks.umd.js",
                "libs\/signals-core.min.js",
                "libs\/signals.min.js",
                "libs\/dayjs.min.js",
                "libs\/i18next.min.js",
                "44314419.js",
                "d3179bdf.js"
            ],
            "run_at": "document_end",
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/azure.microsoft.com\/*",
                "*:\/\/www.ibm.com\/*",
                "*:\/\/www.gstatic.com\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top