YouTube SubSound

Automatic subtitle dubbing on YouTube.

YouTube SubSound là gì?

YouTube SubSound là một tiện ích mở rộng Chrome được phát triển bởi tgaru, và tính năng chính của nó là "Automatic subtitle dubbing on YouTube.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube SubSound

Tải xuống các tệp mở rộng YouTube SubSound dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Browser extension that automatically pronounces the subtitles on YouTube

Open the desired video and activate voice acting by pressing the NEW button in the YouTube player.

Many languages are supported.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube SubSound YouTube SubSound
ID ohjehnjdpnambhdcalhoabplbiclekhp
URL Chính Thức https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp
Mô tả Automatic subtitle dubbing on YouTube.
Kích Thước Tệp 15.36 KB
Số Lần Cài Đặt 7,370
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2022-10-17
Ngày Phát Hành 2021-07-04
Đánh Giá 2.67/5 Tổng số 135 Đánh Giá
Nhà Phát Triển tgaru
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://t.me/writeforhelp
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.8",
    "author": "tgaru",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "styles.css",
                "_locales\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}