Twitch Chat Translation

Twitch Chat Translation

Twitch Chat Translation là gì?

Twitch Chat Translation là một tiện ích mở rộng Chrome được phát triển bởi enescakircali3, và tính năng chính của nó là "Twitch Chat Translation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Chat Translation

Tải xuống các tệp mở rộng Twitch Chat Translation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Chat Translation Twitch Chat Translation
ID mfahhhnepabpomopmgeammmcaepdpnfm
URL Chính Thức https://chromewebstore.google.com/detail/twitch-chat-translation/mfahhhnepabpomopmgeammmcaepdpnfm
Mô tả Twitch Chat Translation
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 1,729
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-09-11
Ngày Phát Hành 2022-07-13
Đánh Giá 3.63/5 Tổng số 27 Đánh Giá
Nhà Phát Triển enescakircali3
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.buymeacoffee.com/enescakircali
Ngôn Ngữ Được Hỗ Trợ 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"
}