Twitch Chat Translation
Twitch Chat Translation
Apa itu Twitch Chat Translation?
Twitch Chat Translation adalah ekstensi Chrome yang dikembangkan oleh enescakircali3, dan fitur utamanya adalah "Twitch Chat Translation".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Chat Translation
Unduh file ekstensi Twitch Chat Translation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Translates what is written in the chat on the twitch site to another language
Informasi Dasar Ekstensi
Nama | Twitch Chat Translation |
ID | mfahhhnepabpomopmgeammmcaepdpnfm |
URL Resmi | https://chromewebstore.google.com/detail/twitch-chat-translation/mfahhhnepabpomopmgeammmcaepdpnfm |
Deskripsi | Twitch Chat Translation |
Ukuran File | 1.21 MB |
Jumlah Instalasi | 1,729 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-09-11 |
Tanggal Publikasi | 2022-07-13 |
Penilaian | 3.63/5 Total 27 Penilaian |
Pengembang | enescakircali3 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://www.buymeacoffee.com/enescakircali |
Bahasa yang Didukung | 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" } |