Twitch Chat Translation
Twitch Chat Translation
What is Twitch Chat Translation?
Twitch Chat Translation is a Chrome extension developed by enescakircali3, and its main feature is "Twitch Chat Translation".
Extension Screenshots
Download Twitch Chat Translation Extension CRX File
Download Twitch Chat Translation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Translates what is written in the chat on the twitch site to another language
Extension Basic Information
Name | Twitch Chat Translation |
ID | mfahhhnepabpomopmgeammmcaepdpnfm |
Official URL | https://chromewebstore.google.com/detail/twitch-chat-translation/mfahhhnepabpomopmgeammmcaepdpnfm |
Description | Twitch Chat Translation |
File Size | 1.21 MB |
Installation Count | 1,729 |
Current Version | 1.2 |
Last Updated | 2023-09-11 |
Publish Date | 2022-07-13 |
Rating | 3.63/5 Total 27 Ratings |
Developer | enescakircali3 |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.buymeacoffee.com/enescakircali |
Supported Languages | en,tr,hi,ta,te,ml |
manifest.json | |
{ "author": "Enes \u00c7ak\u0131rcal\u0131", "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "script.js" ], "css": [ "twitch.css" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ], "default_locale": "en", "description": "__MSG_description_ext__", "icons": { "128": "icons\/twitch.png" }, "action": { "default_icon": "icons\/twitch.png", "default_popup": "popup.html", "default_title": "__MSG_name_ext__" }, "commands": { "translate": { "suggested_key": { "default": "Alt+T" }, "description": "__MSG_translation_shortcut__" } }, "manifest_version": 3, "name": "__MSG_name_ext__", "permissions": [ "storage", "tabs", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |