YouTube SubSound

Automatic subtitle dubbing on YouTube.

什麼是YouTube SubSound?

YouTube SubSound是由tgaru開發的Chrome擴展程式,該擴展的主要功能是“Automatic subtitle dubbing on YouTube.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載YouTube SubSound擴展crx文件

下載YouTube SubSound擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 YouTube SubSound YouTube SubSound
ID ohjehnjdpnambhdcalhoabplbiclekhp
官方網址 https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp
簡介 Automatic subtitle dubbing on YouTube.
檔案大小 15.36 KB
安裝次數 7,370
目前版本 0.0.8
更新時間 2022-10-17
上架時間 2021-07-04
評分 2.67/5 共 135 次評分
開發者 tgaru
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://t.me/writeforhelp
支援的語言 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": [
                ""
            ]
        }
    ]
}