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ファイルをダウンロード

Kick Custom Emotes - KCE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}