YouTube™ Comment Translate
Automatically translate YouTube comments using the Google-Translate API
Qu'est-ce que YouTube™ Comment Translate ?
YouTube™ Comment Translate est une extension Chrome développée par toluschr, et sa fonction principale est "Automatically translate YouTube comments using the Google-Translate API".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube™ Comment Translate
Téléchargez les fichiers d'extension YouTube™ Comment Translate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube™ Comment Translate |
ID | alaejlmlpgcffloicejpccebbeeibemo |
URL Officiel | https://chromewebstore.google.com/detail/youtube-comment-translate/alaejlmlpgcffloicejpccebbeeibemo |
Description | Automatically translate YouTube comments using the Google-Translate API |
Taille du Fichier | 35.86 KB |
Nombre d'Installations | 36,447 |
Version Actuelle | 1.2.4 |
Dernière Mise à Jour | 2024-02-02 |
Date de Publication | 2020-11-26 |
Évaluation | 4.41/5 Total 91 Évaluations |
Développeur | toluschr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/toluschr/Youtube-Comment-Translate |
URL de la Page d'Aide | https://github.com/toluschr/YouTube-Comment-Translate/issues/new |
Langues Prises en Charge | 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\/*" ] } |