DeafTawk Avatar (beta)

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

Cos'è DeafTawk Avatar (beta)?

DeafTawk Avatar (beta) è un'estensione di Chrome sviluppata da deaftawk, e la sua funzione principale è "The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DeafTawk Avatar (beta)

Scarica i file di estensione DeafTawk Avatar (beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DeafTawk Avatar (beta) DeafTawk Avatar (beta)
ID ifnfodpidgekicmiefpfmglecbkmoigd
URL Ufficiale https://chromewebstore.google.com/detail/deaftawk-avatar-beta/ifnfodpidgekicmiefpfmglecbkmoigd
Descrizione The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…
Dimensione del File 323 KB
Conteggio Installazioni 14
Versione Corrente 0.2.0
Ultimo Aggiornamento 2023-05-22
Data di Pubblicazione 2023-05-14
Sviluppatore deaftawk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.deaftawk.com/
Lingue Supportate 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"
    ]
}