Twitch Chat Translation
Twitch Chat Translation
Hvad er Twitch Chat Translation?
Twitch Chat Translation er en Chrome-udvidelse udviklet af enescakircali3, og dens hovedfunktion er "Twitch Chat Translation".
Udvidelsesskærmbilleder
Download Twitch Chat Translation-udvidelses-CRX-fil
Download Twitch Chat Translation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Translates what is written in the chat on the twitch site to another language Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mfahhhnepabpomopmgeammmcaepdpnfm |
| Officiel URL | https://chromewebstore.google.com/detail/twitch-chat-translation/mfahhhnepabpomopmgeammmcaepdpnfm |
| Beskrivelse | Twitch Chat Translation |
| Filstørrelse | 1.21 MB |
| Antal Installationer | 1,729 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2023-09-11 |
| Udgivelsesdato | 2022-07-13 |
| Bedømmelse | 3.63/5 Samlet 27 Bedømmelser |
| Udvikler | enescakircali3 |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://www.buymeacoffee.com/enescakircali |
| Understøttede Sprog | 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"
} | |