Kick Custom Emotes - KCE

Custom extension to override Kick Livestreaming chat experience.

Τι είναι το Kick Custom Emotes - KCE;

Το Kick Custom Emotes - KCE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jakevarrese11, και η κύρια λειτουργία του είναι "Custom extension to override Kick Livestreaming chat experience.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Kick Custom Emotes - KCE

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
            ]
        }
    ]
}