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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |