Kick Custom Emotes - KCE

Custom extension to override Kick Livestreaming chat experience.

Kick Custom Emotes - KCE란 무엇입니까?

Kick Custom Emotes - KCE은(는) jakevarrese11에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom extension to override Kick Livestreaming chat experience."입니다.

확장 프로그램 스크린샷

screenshot

Kick Custom Emotes - KCE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Kick Custom Emotes (KCE) is a community-driven browser extension designed to elevate the user experience on the kick.com streaming platform. Our aim is to provide an engaging and interactive viewing environment by offering a comprehensive selection of universally compatible custom emotes.

These emotes, sourced from platforms such as BTTV and 7TV, enable our users to communicate more effectively and expressively during chats. We are committed to maintaining a free service that respects the work of artists and their creations, ensuring that the KCE extension does not generate any revenue at the expense of its users or the artists responsible for designing the emotes.                    

확장 프로그램 기본 정보

이름 Kick Custom Emotes - KCE Kick Custom Emotes - KCE
ID pondnbmnnomplghomijbgmfdlpanmjmc
공식 URL https://chromewebstore.google.com/detail/kick-custom-emotes-kce/pondnbmnnomplghomijbgmfdlpanmjmc
설명 Custom extension to override Kick Livestreaming chat experience.
파일 크기 68.44 KB
설치 횟수 2,507
현재 버전 1.0.1
최근 업데이트 2023-04-27
출시 날짜 2023-04-26
평점 1.00/5 총 1 개의 평점
개발자 jakevarrese11
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kick-emotes.vercel.app/
도움말 페이지 URL https://kick-emotes.vercel.app/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick Custom Emotes - KCE",
    "version": "1.0.1",
    "description": "Custom extension to override Kick Livestreaming chat experience.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kick.com\/*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}