ImTranslator Text-to-Speech audio downloader

Download all text-to-speech audio files generated by ImTranslator by one-click.

What is ImTranslator Text-to-Speech audio downloader?

ImTranslator Text-to-Speech audio downloader is a Chrome extension developed by imtranslator, and its main feature is "Download all text-to-speech audio files generated by ImTranslator by one-click.".

Extension Screenshots

screenshot
screenshot

Download ImTranslator Text-to-Speech audio downloader Extension CRX File

Download ImTranslator Text-to-Speech audio downloader 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

                        ImTranslator Text-to-Speech (http://text-to-speech.imtranslator.net) can generate up to 6 audio files for long text, this extension help you to download all these files by one-click.                    

Extension Basic Information

Name ImTranslator Text-to-Speech audio downloader ImTranslator Text-to-Speech audio downloader
ID kmblidjbanodooeajaadfhknhmliklpm
Official URL https://chromewebstore.google.com/detail/imtranslator-text-to-spee/kmblidjbanodooeajaadfhknhmliklpm
Description Download all text-to-speech audio files generated by ImTranslator by one-click.
File Size 32.89 KB
Installation Count 481
Current Version 0.1.1
Last Updated 2019-04-26
Publish Date 2019-04-25
Rating 4.00/5 Total 1 Ratings
Developer imtranslator
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/text-to-speech.imtranslator.net\/sockets\/tts.asp*",
                "https:\/\/text-to-speech.imtranslator.net\/sockets\/tts.asp*",
                "http:\/\/text-to-speech.imtranslator.com\/sockets\/tts.asp*",
                "https:\/\/text-to-speech.imtranslator.com\/sockets\/tts.asp*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/text-to-speech.imtranslator.net\/TTS\/loader-wav.asp*",
                "https:\/\/text-to-speech.imtranslator.net\/TTS\/loader-wav.asp*",
                "http:\/\/text-to-speech.imtranslator.com\/TTS\/loader-wav.asp*",
                "https:\/\/text-to-speech.imtranslator.com\/TTS\/loader-wav.asp*"
            ],
            "css": [
                "styles\/player.css"
            ],
            "all_frames": true
        }
    ],
    "oauth2": {
        "client_id": "175749604304-56p0m94mb6d0dscumei241nba07d1rgd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "permissions": [
        "http:\/\/text-to-speech.imtranslator.net\/TTS\/loader-wav.asp*",
        "https:\/\/text-to-speech.imtranslator.net\/TTS\/loader-wav.asp*",
        "http:\/\/text-to-speech.imtranslator.com\/TTS\/loader-wav.asp*",
        "https:\/\/text-to-speech.imtranslator.com\/TTS\/loader-wav.asp*",
        "downloads",
        "identity"
    ],
    "web_accessible_resources": [
        "images\/buy-buttons-black.png"
    ]
}