KickKit
Extension for Kick to enhance the experience with some utilities.
什么是KickKit?
KickKit是由soruse开发的Chrome扩展程序,该扩展的主要功能是“Extension for Kick to enhance the experience with some utilities.”。
扩展截图
下载KickKit扩展crx文件
下载KickKit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
KickKit provides utility options for kick.com streaming platform.
For now it can:
- display images linked directly in the chat
- blur the images first, and then reveal them by hovering
- display basic information about youtube/streamable videos
- toggle visibility of top gifters/quick emote holder
More stuff coming soon! 扩展基本信息
| 名称 | |
| ID | hbfobpefgbdlfgllfpdemkkfldejdkdk |
| 官方URL | https://chromewebstore.google.com/detail/kickkit/hbfobpefgbdlfgllfpdemkkfldejdkdk |
| 简介 | Extension for Kick to enhance the experience with some utilities. |
| 文件大小 | 81.93 KB |
| 安装次数 | 69 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2023-08-08 |
| 上架时间 | 2023-07-25 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | soruse |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://kickkit.vercel.app/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "KickKit",
"version": "1.1.1",
"description": "Extension for Kick to enhance the experience with some utilities.",
"host_permissions": [
"*:\/\/*.kick.com\/*"
],
"permissions": [
"scripting"
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"content_script.js",
"kk_styles.css"
],
"matches": [
"https:\/\/*.kick.com\/*"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |