DeafTawk Avatar (beta)

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

什么是DeafTawk Avatar (beta)?

DeafTawk Avatar (beta)是由deaftawk开发的Chrome扩展程序,该扩展的主要功能是“The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…”。

扩展截图

screenshot
screenshot

下载DeafTawk Avatar (beta)扩展crx文件

下载DeafTawk Avatar (beta)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DeafTawk Avatar (beta) DeafTawk Avatar (beta)
ID ifnfodpidgekicmiefpfmglecbkmoigd
官方URL https://chromewebstore.google.com/detail/deaftawk-avatar-beta/ifnfodpidgekicmiefpfmglecbkmoigd
简介 The DeafTawk Avatar extension is a cutting-edge technological innovation that enables people with hearing disabilities to access…
文件大小 323 KB
安装次数 14
当前版本 0.2.0
更新时间 2023-05-22
上架时间 2023-05-14
开发者 deaftawk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.deaftawk.com/
支持的语言 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"
    ]
}