Twitch Chat Translation

Twitch Chat Translation

Twitch Chat Translation क्या है?

Twitch Chat Translation enescakircali3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch Chat Translation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Chat Translation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Twitch Chat Translation Twitch Chat Translation
ID mfahhhnepabpomopmgeammmcaepdpnfm
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-chat-translation/mfahhhnepabpomopmgeammmcaepdpnfm
विवरण Twitch Chat Translation
फ़ाइल का आकार 1.21 MB
स्थापना संख्या 1,729
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-09-11
प्रकाशन तिथि 2022-07-13
रेटिंग 3.63/5 कुल 27 रेटिंग्स
डेवलपर enescakircali3
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.buymeacoffee.com/enescakircali
समर्थित भाषाएँ 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"
}