DeafTawk Avatar (beta)

The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…

¿Qué es DeafTawk Avatar (beta)?

DeafTawk Avatar (beta) es una extensión de Chrome desarrollada por deaftawk, y su función principal es "The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión DeafTawk Avatar (beta)

Descarga archivos de extensión DeafTawk Avatar (beta) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access web pages and YouTube videos seamlessly. This extension converts the video and text of web pages and YouTube videos into sign language, making them understandable to individuals who are deaf or hard of hearing.
The users can easily navigate and explore web pages and YouTube videos. They can watch any video, read any text, or browse any page, without worrying about missing out on the video and text content. This extension uses state-of-the-art artificial intelligence algorithms to recognize speech, video and text, and it translates them into sign language in real-time.
DeafTawk Avatar extension is easy to install and use. It integrates seamlessly into web browsers, making it accessible with a single click. Users can activate and the extension will begin translating the video and text into sign language.
extension is a vital tool for people with hearing disabilities. It allows them to access web pages and YouTube videos like any other user, without any limitations or barriers. 

Instructions to use:
There are two ways to use the app.
1. On a regular website.
2. On YouTube video (with captions only).

How to use on a regular website?
1. Go to any website (except youtube.com). You can go to https://deaftawkai.web.app/ as a sample.
2. A window will appear at the bottom right of your screen. Enter authentication code. Upon successful login, you will see the avatar after it loads.
3. You can enter any sentence and send to see the avatar perform sign language for your given sentence.
4. Select any sentence and right click. Then select "search sign language". After this, you will see the avatar perform sign language.

How to use on YouTube video (with captions only)?
1. Go to youtube.com
2. A window will appear at the bottom right of your screen. Enter authentication code. Upon successful login, you will see the avatar after it loads.
3. Open up your favorite video (which has captions). Avatar will start performing sign language for the played video.

This is beta version. Please ignore errors and issues for now. Also, if you encounter any issue that stops you from using this extension, reload page and try again. If this does not work, reload extension from the extensions panel and try again.                    

Información Básica de la Extensión

Nombre DeafTawk Avatar (beta) DeafTawk Avatar (beta)
ID ifnfodpidgekicmiefpfmglecbkmoigd
URL Oficial https://chromewebstore.google.com/detail/deaftawk-avatar-beta/ifnfodpidgekicmiefpfmglecbkmoigd
Descripción The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…
Tamaño del Archivo 323 KB
Cantidad de Instalaciones 14
Versión Actual 0.2.0
Última Actualización 2023-05-22
Fecha de Publicación 2023-05-14
Desarrollador deaftawk
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.deaftawk.com/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DeafTawk Avatar (beta)",
    "version": "0.2.0",
    "icons": {
        "16": "src\/icons\/16x16.png",
        "32": "src\/icons\/32x32.png",
        "48": "src\/icons\/48x48.png",
        "128": "src\/icons\/128x128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content-text.jsx.2ea318bd.134d8511.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/youtube.com\/",
                "https:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/watch*",
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "css": [
                "assets\/main.4cea1982.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.content-youtube.jsx.120809c1.8c1d184c.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/",
                "https:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/watch*",
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/main.4cea1982.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/video-app\/youtube-player.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/main.5424e20c.js",
                "assets\/AuthWrapper.7273ff04.js",
                "assets\/content-text.jsx.2ea318bd.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/main.5424e20c.js",
                "assets\/AuthWrapper.7273ff04.js",
                "assets\/content-youtube.jsx.120809c1.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}