KickKit
Extension for Kick to enhance the experience with some utilities.
What is KickKit?
KickKit is a Chrome extension developed by soruse, and its main feature is "Extension for Kick to enhance the experience with some utilities.".
Extension Screenshots
Download KickKit Extension CRX File
Download KickKit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | KickKit |
ID | hbfobpefgbdlfgllfpdemkkfldejdkdk |
Official URL | https://chromewebstore.google.com/detail/kickkit/hbfobpefgbdlfgllfpdemkkfldejdkdk |
Description | Extension for Kick to enhance the experience with some utilities. |
File Size | 81.93 KB |
Installation Count | 69 |
Current Version | 1.1.1 |
Last Updated | 2023-08-08 |
Publish Date | 2023-07-25 |
Rating | 5.00/5 Total 3 Ratings |
Developer | soruse |
[email protected] | |
Payment Type | free |
Extension Website | https://kickkit.vercel.app/ |
Supported Languages | 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" } } |