Chzzk-PIP

치지직 PIP, 녹화, 스크린샷 확장 프로그램

What is Chzzk-PIP?

Chzzk-PIP is a Chrome extension developed by l3__, and its main feature is "치지직 PIP, 녹화, 스크린샷 확장 프로그램".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chzzk-PIP Extension CRX File

Download Chzzk-PIP 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

                        네이버 게임 스트리밍 서비스 치지직에 PIP, 녹화 등 다양한 기능을 추가해주는 확장 프로그램입니다.

🚀 주요 기능
  ⭐️ 스트림 녹화 / 스크린샷 버튼 추가
  ⭐️ PIP 버튼 추가
  ⭐️ 다시보기 다운로드
  ⭐️ 방향키를 이용한 이전 스트림 탐색                    

Extension Basic Information

Name Chzzk-PIP Chzzk-PIP
ID gkgpbobdiaaodjbmgdankimklclnagio
Official URL https://chromewebstore.google.com/detail/chzzk-pip/gkgpbobdiaaodjbmgdankimklclnagio
Description 치지직 PIP, 녹화, 스크린샷 확장 프로그램
File Size 9.79 MB
Installation Count 10,440
Current Version 0.0.22
Last Updated 2024-02-25
Publish Date 2023-12-30
Rating 4.82/5 Total 22 Ratings
Developer l3__
Email [email protected]
Payment Type free
Extension Website https://github.com/khk4912/Chzzk-PIP
Help Page URL https://github.com/khk4912/Chzzk-PIP/issues
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chzzk-PIP",
    "version": "0.0.22",
    "description": "\uce58\uc9c0\uc9c1 PIP, \ub179\ud654, \uc2a4\ud06c\ub9b0\uc0f7 \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8",
    "manifest_version": 3,
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "logos\/logo_16x16.png",
        "48": "logos\/logo_48x48.png",
        "128": "logos\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chzzk.naver.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "ffmpeg\/*",
                "pages\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
    }
}