Kicklet

Kick Up Your Stream with Kicklet!

什么是Kicklet?

Kicklet是由Kicklet开发的Chrome扩展程序,该扩展的主要功能是“Kick Up Your Stream with Kicklet!”。

扩展截图

screenshot

下载Kicklet扩展crx文件

下载Kicklet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Kicklet Kicklet
ID bajnccgpgolpockhbicdinlmchjdnahl
官方URL https://chromewebstore.google.com/detail/kicklet/bajnccgpgolpockhbicdinlmchjdnahl
简介 Kick Up Your Stream with Kicklet!
文件大小 67.94 KB
安装次数 227
当前版本 1.0.3
更新时间 2024-02-02
上架时间 2024-01-02
评分 5.00/5 共2次评分
开发者 Kicklet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kicklet.app
支持的语言 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"
        }
    ]
}