Downloader for Microsoft™ Text-to-Speech

Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.

What is Downloader for Microsoft™ Text-to-Speech?

Downloader for Microsoft™ Text-to-Speech is a Chrome extension developed by https://microsoft-tts-downloader.com, and its main feature is "Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.".

Extension Screenshots

screenshot

Download Downloader for Microsoft™ Text-to-Speech Extension CRX File

Download Downloader for Microsoft™ Text-to-Speech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Microsoft™ Text to speech is a speech service that converts text to lifelike speech. 

The official Microsoft™ TTS website offers a demo app which you can try to synthesize lifelike speech. However, the synthesized speech can only be played but not be downloaded.

This extension adds a download button next to the official 'play' button.

Microsoft™ Text-to-Speech website: 
https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech                    

Extension Basic Information

Name Downloader for Microsoft™ Text-to-Speech Downloader for Microsoft™ Text-to-Speech
ID dplnecggiofdkdcagdkjebneaonfhbbb
Official URL https://chromewebstore.google.com/detail/downloader-for-microsoft/dplnecggiofdkdcagdkjebneaonfhbbb
Description Download Microsoft Text-to-Speech website demo app synthesized speech with 1 click.
File Size 427 KB
Installation Count 20,000
Current Version 7.0.1
Last Updated 2024-02-14
Publish Date 2022-04-20
Rating 3.78/5 Total 36 Ratings
Developer https://microsoft-tts-downloader.com
Email [email protected]
Payment Type in_app
Extension Website https://www.microsoft-tts-downloader.com
Privacy Policy Page URL https://www.microsoft-tts-downloader.com/privacy
Supported Languages en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "7.0.1",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/azure.microsoft.com\/*\/ai-services\/text-to-speech*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.microsoft-tts-downloader.com\/*"
        ]
    }
}