YouTube™ Comment Translate
Automatically translate YouTube comments using the Google-Translate API
YouTube™ Comment Translateとは何ですか?
YouTube™ Comment Translateはtoluschrによって開発されたChromeの拡張機能で、その主な機能は「Automatically translate YouTube comments using the Google-Translate API」です。
拡張機能のスクリーンショット
YouTube™ Comment Translate拡張機能のCRXファイルをダウンロード
YouTube™ Comment Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows the user to translate YouTube comments with the click of a single button, right next to the comment. This is useful, i.e. when listening to music from other countries. The sourcecode is openly available on GitHub.
拡張機能の基本情報
名前 | YouTube™ Comment Translate |
ID | alaejlmlpgcffloicejpccebbeeibemo |
公式URL | https://chromewebstore.google.com/detail/youtube-comment-translate/alaejlmlpgcffloicejpccebbeeibemo |
説明 | Automatically translate YouTube comments using the Google-Translate API |
ファイルサイズ | 35.86 KB |
インストール数 | 36,447 |
現在のバージョン | 1.2.4 |
最終更新日 | 2024-02-02 |
公開日 | 2020-11-26 |
評価 | 4.41/5 合計 91 レビュー |
開発者 | toluschr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/toluschr/Youtube-Comment-Translate |
ヘルプページのURL | https://github.com/toluschr/YouTube-Comment-Translate/issues/new |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Comment Translate", "version": "1.2.4", "description": "Automatically translate YouTube comments using the Google-Translate API", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end", "js": [ "inject.js" ] } ], "permissions": [ "storage" ], "options_ui": { "page": "options.html" }, "manifest_version": 3, "content_security_policy": [], "host_permissions": [ "*:\/\/*.youtube.com\/*" ] } |