Chzzk Light

Chzzk platform support

What is Chzzk Light?

Chzzk Light is a Chrome extension developed by 녹렴, and its main feature is "Chzzk platform support".

Extension Screenshots

screenshot

Download Chzzk Light Extension CRX File

Download Chzzk Light extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        치지직 라이트는 네이버 스트리밍 플랫폼 이용에 도움을 주는 확장 프로그램입니다.

다음의 기능을 수행합니다.
1. 방송 미리보기
[개발중] 2. 채팅 모아보기                    

Extension Basic Information

Name Chzzk Light Chzzk Light
ID jbmmlpleggoebcjejhhjjljbnejlomfp
Official URL https://chromewebstore.google.com/detail/chzzk-light/jbmmlpleggoebcjejhhjjljbnejlomfp
Description Chzzk platform support
File Size 168 KB
Installation Count 118
Current Version 1.0.1
Last Updated 2024-02-12
Publish Date 2023-12-20
Rating 5.00/5 Total 1 Ratings
Developer 녹렴
Email [email protected]
Payment Type free
Extension Website https://twitter.com/epidote_stone
Supported Languages en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ko",
    "name": "__MSG_extensionName__",
    "version": "1.0.1",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/chzzk.naver.com\/*",
                "https:\/\/chzzk.naver.com\/*",
                ""
            ],
            "js": [
                "src\/pages\/contentPreview\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon128.png",
                "icon48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}