Kicklet

Kick Up Your Stream with Kicklet!

Qu'est-ce que Kicklet ?

Kicklet est une extension Chrome développée par Kicklet, et sa fonction principale est "Kick Up Your Stream with Kicklet!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kicklet

Téléchargez les fichiers d'extension Kicklet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Kicklet is designed to enhance the viewing experience for users who watch streamers using the Kicklet chatbot. With this addon, viewers can opt to disable all Kicklet messages, ensuring the chat remains readable even amidst high volumes of command usage. Additionally, it offers a convenient feature where typing "!" in the chat prompts an immediate suggestion of all available Kicklet commands for that particular user, streamlining interaction and engagement. Perfect for avid stream viewers, Kicklet aims to make the chat experience more enjoyable and interactive.                    

Informations de Base sur l'Extension

Nom Kicklet Kicklet
ID bajnccgpgolpockhbicdinlmchjdnahl
URL Officiel https://chromewebstore.google.com/detail/kicklet/bajnccgpgolpockhbicdinlmchjdnahl
Description Kick Up Your Stream with Kicklet!
Taille du Fichier 67.94 KB
Nombre d'Installations 227
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-02-02
Date de Publication 2024-01-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur Kicklet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kicklet.app
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kicklet",
    "version": "1.0.3",
    "description": "Kick Up Your Stream with Kicklet!",
    "author": "Kicklet.app",
    "homepage_url": "https:\/\/kicklet.app",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.kick.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kick.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}