Speech-to-text-Ex

Extension that transcribe youtube video in real time

What is Speech-to-text-Ex?

Speech-to-text-Ex is a Chrome extension developed by rivkib211, and its main feature is "Extension that transcribe youtube video in real time".

Extension Screenshots

screenshot

Download Speech-to-text-Ex Extension CRX File

Download Speech-to-text-Ex 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

                        this extension help you understand the youtube videos that have'nt subtitles for Hebrew or all another language.
All you have to do is click and the corresponding transcription for the current second will appear according to the video tempo in Hebrew                    

Extension Basic Information

Name Speech-to-text-Ex Speech-to-text-Ex
ID acjjhceolpdlgfjbgfipocjibefdgpdl
Official URL https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl
Description Extension that transcribe youtube video in real time
File Size 1.24 MB
Installation Count 16
Current Version 1.2
Last Updated 2022-01-10
Publish Date 2022-01-04
Developer rivkib211
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speech-to-text-Ex",
    "version": "1.2",
    "description": "Extension that transcribe youtube video in real time",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "page_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    }
}