Kick Chat Flusher

Enhances the kick.com viewing experience by providing a fullscreen chat overlay

Τι είναι το Kick Chat Flusher;

Το Kick Chat Flusher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον spaghetto, και η κύρια λειτουργία του είναι "Enhances the kick.com viewing experience by providing a fullscreen chat overlay".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Kick Chat Flusher

Λήψη αρχείων επέκτασης Kick Chat Flusher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Messages flow seamlessly from right to left, providing an immersive chat environment while you enjoy your content. 🌐✨ This script works in both live and VOD (Video on Demand) modes.

Features 🚀:

✅ Fullscreen chat overlay for kick 💬

✅ Elegant right-to-left message transition 🔄

✅ Compatible with both live and VOD (Video on Demand) modes 🎥

✅ Supports various message types, including user bans, gifted subscriptions, etc. 🎁🚫

✅ Anti-Spam Setting: A configurable option that reduces spam by preventing multiple identical messages from appearing simultaneously. 🛡️🚫

Feel free to collaborate, report bugs, or suggest improvements on our GitHub repository. 🛠️👩‍💻                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Kick Chat Flusher Kick Chat Flusher
ID cefplanllnmdnnhncpopljmcjnlafdke
Επίσημο URL https://chromewebstore.google.com/detail/kick-chat-flusher/cefplanllnmdnnhncpopljmcjnlafdke
Περιγραφή Enhances the kick.com viewing experience by providing a fullscreen chat overlay
Μέγεθος Αρχείου 221 KB
Αριθμός Εγκαταστάσεων 109
Τρέχουσα Έκδοση 0.9.0
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2023-10-25
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής spaghetto
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/r0808914/Kick-Chat-Flusher/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/r0808914/Kick-Chat-Flusher/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick Chat Flusher",
    "version": "0.9.0",
    "description": "Enhances the kick.com viewing experience by providing a fullscreen chat overlay",
    "author": "spaghetto",
    "homepage_url": "https:\/\/github.com\/r0808914\/Kick-Chat-Flusher",
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/**",
                "modules\/**"
            ],
            "matches": [
                "*:\/\/*.kick.com\/*",
                "*:\/\/*.ip2.network\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kick.com\/*",
                "*:\/\/*.ip2.network\/*"
            ],
            "js": [
                "dist\/kick-chat-flusher.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{0702d587-2109-4a5f-a21d-09f2743af25d}"
        }
    }
}