Kick Plus
improvements to kick.com
什么是Kick Plus?
Kick Plus是由Enzon1k开发的Chrome扩展程序,该扩展的主要功能是“improvements to kick.com”。
扩展截图
下载Kick Plus扩展crx文件
下载Kick Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Major Features include: -clickable names in chat to open a chatbox with buttons such as follow and mod. -Theatre mode -settings menu Minor Features: -username in header
扩展基本信息
名称 | Kick Plus |
ID | ikinhlhehgjfpmipnoilnailmgoaeppk |
官方URL | https://chromewebstore.google.com/detail/kick-plus/ikinhlhehgjfpmipnoilnailmgoaeppk |
简介 | improvements to kick.com |
文件大小 | 121 KB |
安装次数 | 1,307 |
当前版本 | 1.8.4 |
更新时间 | 2023-01-17 |
上架时间 | 2022-12-12 |
评分 | 3.86/5 共7次评分 |
开发者 | Enzon1k |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://linktr.ee/enzon1k |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kick Plus", "version": "1.8.4", "description": "improvements to kick.com", "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "permissions": [ "cookies", "storage" ], "background": { "service_worker": ".\/dist\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.kick.com\/*" ], "js": [ ".\/dist\/content-scripts\/main.js" ] }, { "css": [ ".\/styles\/main.css", ".\/styles\/settings.css", ".\/styles\/userChatBox.css" ], "matches": [ "*:\/\/*.kick.com\/*" ] } ], "host_permissions": [ "*:\/\/*.kick.com\/*" ] } |