DeafTawk Avatar (beta)

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

Co to jest DeafTawk Avatar (beta)?

DeafTawk Avatar (beta) to rozszerzenie Chrome opracowane przez deaftawk, a jego główną funkcją jest „The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia DeafTawk Avatar (beta)

Pobierz pliki rozszerzeń DeafTawk Avatar (beta) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DeafTawk Avatar (beta) DeafTawk Avatar (beta)
ID ifnfodpidgekicmiefpfmglecbkmoigd
Oficjalny URL https://chromewebstore.google.com/detail/deaftawk-avatar-beta/ifnfodpidgekicmiefpfmglecbkmoigd
Opis The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…
Rozmiar pliku 323 KB
Liczba instalacji 14
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2023-05-22
Data Publikacji 2023-05-14
Deweloper deaftawk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.deaftawk.com/
Obsługiwane Języki 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"
    ]
}