Twitch Chat Translation

Twitch Chat Translation

Vad är Twitch Chat Translation?

Twitch Chat Translation är en Chrome-tillägg utvecklad av enescakircali3, och dess huvudfunktion är "Twitch Chat Translation".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Twitch Chat Translation-förlängningens CRX-fil

Ladda ner Twitch Chat Translation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Translates what is written in the chat on the twitch site to another language                    

Grundläggande Information om Tillägg

Namn Twitch Chat Translation Twitch Chat Translation
ID mfahhhnepabpomopmgeammmcaepdpnfm
Officiell webbadress https://chromewebstore.google.com/detail/twitch-chat-translation/mfahhhnepabpomopmgeammmcaepdpnfm
Beskrivning Twitch Chat Translation
Filstorlek 1.21 MB
Antal Installationer 1,729
Aktuell Version 1.2
Senast Uppdaterad 2023-09-11
Publiceringsdatum 2022-07-13
Betyg 3.63/5 Totalt 27 Betyg
Utvecklare enescakircali3
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://www.buymeacoffee.com/enescakircali
Stödda Språk 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"
}