YouTube™ Comment Translate
Automatically translate YouTube comments using the Google-Translate API
Co je YouTube™ Comment Translate?
YouTube™ Comment Translate je rozšíření Chrome vyvinuté toluschr, a jeho hlavní funkcí je „Automatically translate YouTube comments using the Google-Translate API“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube™ Comment Translate
Stáhněte si soubory rozšíření YouTube™ Comment Translate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | YouTube™ Comment Translate |
ID | alaejlmlpgcffloicejpccebbeeibemo |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-comment-translate/alaejlmlpgcffloicejpccebbeeibemo |
Popis | Automatically translate YouTube comments using the Google-Translate API |
Velikost souboru | 35.86 KB |
Počet instalací | 36,447 |
Aktuální Verze | 1.2.4 |
Poslední Aktualizace | 2024-02-02 |
Datum Vydání | 2020-11-26 |
Hodnocení | 4.41/5 Celkem 91 Hodnocení |
Vývojář | toluschr |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/toluschr/Youtube-Comment-Translate |
URL Stránky Nápovědy | https://github.com/toluschr/YouTube-Comment-Translate/issues/new |
Podporované Jazyky | 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\/*" ] } |