Twitch Chat Translation

Twitch Chat Translation

Twitch Chat Translation란 무엇입니까?

Twitch Chat Translation은(는) enescakircali3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitch Chat Translation"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Twitch Chat Translation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}