DeafTawk Avatar (beta)

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

Wat is DeafTawk Avatar (beta)?

DeafTawk Avatar (beta) is een Chrome-extensie ontwikkeld door deaftawk, en de belangrijkste functie is "The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DeafTawk Avatar (beta)

Download DeafTawk Avatar (beta)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DeafTawk Avatar (beta) DeafTawk Avatar (beta)
ID ifnfodpidgekicmiefpfmglecbkmoigd
Officiële URL https://chromewebstore.google.com/detail/deaftawk-avatar-beta/ifnfodpidgekicmiefpfmglecbkmoigd
Beschrijving The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…
Bestandsgrootte 323 KB
Aantal Installaties 14
Huidige Versie 0.2.0
Laatst Bijgewerkt 2023-05-22
Publicatiedatum 2023-05-14
Ontwikkelaar deaftawk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.deaftawk.com/
Ondersteunde Talen 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"
    ]
}