Hololive Chat Capturer

Capture the translation on Hololive's Livestream chat.

Hololive Chat Capturer là gì?

Hololive Chat Capturer là một tiện ích mở rộng Chrome được phát triển bởi OT, và tính năng chính của nó là "Capture the translation on Hololive's Livestream chat.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Hololive Chat Capturer 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

                        Thank you, Translators. 💖                    

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

Tên Hololive Chat Capturer Hololive Chat Capturer
ID pliahmbkngnekjceflkcjoejcnlbmfha
URL Chính Thức https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha
Mô tả Capture the translation on Hololive's Livestream chat.
Kích Thước Tệp 50.66 KB
Số Lần Cài Đặt 325
Phiên Bản Hiện Tại 2.4.3
Cập Nhật Lần Cuối 2023-05-12
Ngày Phát Hành 2020-09-09
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển OT
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hololive-chat-capturer.github.io
URL Trang Trợ Giúp https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "nyanyadesu",
    "name": "Hololive Chat Capturer",
    "description": "Capture the translation on Hololive's Livestream chat.",
    "homepage_url": "https:\/\/hololive-chat-capturer.github.io",
    "version": "2.4.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/responsive.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background_script.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon-19x19.png",
            "38": "img\/icon-38x38.png"
        },
        "default_title": "Hololive Chat Capturer",
        "default_popup": "action\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "96": "img\/icon-96x96.png",
        "128": "img\/icon-128x128.png",
        "256": "img\/icon-256x256.png"
    }
}