Kick Custom Emotes - KCE

Custom extension to override Kick Livestreaming chat experience.

Kick Custom Emotes - KCE क्या है?

Kick Custom Emotes - KCE jakevarrese11 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom extension to override Kick Livestreaming chat experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kick Custom Emotes - KCE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}