YouTube SubSound
Automatic subtitle dubbing on YouTube.
YouTube SubSoundとは何ですか?
YouTube SubSoundはtgaruによって開発されたChromeの拡張機能で、その主な機能は「Automatic subtitle dubbing on YouTube.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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": [ " |