Hololive Chat Capturer

Capture the translation on Hololive's Livestream chat.

Hololive Chat Capturer란 무엇입니까?

Hololive Chat Capturer은(는) OT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture the translation on Hololive's Livestream chat."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Hololive Chat Capturer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Thank you, Translators. 💖                    

확장 프로그램 기본 정보

이름 Hololive Chat Capturer Hololive Chat Capturer
ID pliahmbkngnekjceflkcjoejcnlbmfha
공식 URL https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha
설명 Capture the translation on Hololive's Livestream chat.
파일 크기 50.66 KB
설치 횟수 325
현재 버전 2.4.3
최근 업데이트 2023-05-12
출시 날짜 2020-09-09
평점 5.00/5 총 6 개의 평점
개발자 OT
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hololive-chat-capturer.github.io
도움말 페이지 URL https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues
지원되는 언어 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"
    }
}