Twitch Chat Translation
Twitch Chat Translation
Wat is Twitch Chat Translation?
Twitch Chat Translation is een Chrome-extensie ontwikkeld door enescakircali3, en de belangrijkste functie is "Twitch Chat Translation".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Chat Translation
Download Twitch Chat Translation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Translates what is written in the chat on the twitch site to another language
Basisinformatie over de Extensie
Naam | Twitch Chat Translation |
ID | mfahhhnepabpomopmgeammmcaepdpnfm |
Officiële URL | https://chromewebstore.google.com/detail/twitch-chat-translation/mfahhhnepabpomopmgeammmcaepdpnfm |
Beschrijving | Twitch Chat Translation |
Bestandsgrootte | 1.21 MB |
Aantal Installaties | 1,729 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-09-11 |
Publicatiedatum | 2022-07-13 |
Beoordeling | 3.63/5 Totaal 27 Beoordelingen |
Ontwikkelaar | enescakircali3 |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://www.buymeacoffee.com/enescakircali |
Ondersteunde Talen | 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" } |