Kicklet

Kick Up Your Stream with Kicklet!

Kicklet란 무엇입니까?

Kicklet은(는) Kicklet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kick Up Your Stream with Kicklet!"입니다.

확장 프로그램 스크린샷

screenshot

Kicklet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Kicklet is designed to enhance the viewing experience for users who watch streamers using the Kicklet chatbot. With this addon, viewers can opt to disable all Kicklet messages, ensuring the chat remains readable even amidst high volumes of command usage. Additionally, it offers a convenient feature where typing "!" in the chat prompts an immediate suggestion of all available Kicklet commands for that particular user, streamlining interaction and engagement. Perfect for avid stream viewers, Kicklet aims to make the chat experience more enjoyable and interactive.                    

확장 프로그램 기본 정보

이름 Kicklet Kicklet
ID bajnccgpgolpockhbicdinlmchjdnahl
공식 URL https://chromewebstore.google.com/detail/kicklet/bajnccgpgolpockhbicdinlmchjdnahl
설명 Kick Up Your Stream with Kicklet!
파일 크기 67.94 KB
설치 횟수 227
현재 버전 1.0.3
최근 업데이트 2024-02-02
출시 날짜 2024-01-02
평점 5.00/5 총 2 개의 평점
개발자 Kicklet
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kicklet.app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kicklet",
    "version": "1.0.3",
    "description": "Kick Up Your Stream with Kicklet!",
    "author": "Kicklet.app",
    "homepage_url": "https:\/\/kicklet.app",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.kick.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kick.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}