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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}