KickBot
A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs.
What is KickBot?
KickBot is a Chrome extension developed by KickBot, and its main feature is "A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs.".
Extension Screenshots
Download KickBot Extension CRX File
Download KickBot 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
A helper extension created by Kickbot.app to bring alerts from your Kick dashboard to OBS or Streamlabs.
Extension Basic Information
Name | KickBot |
ID | nlebmigpbpkefjoibhajpkenelblndoe |
Official URL | https://chromewebstore.google.com/detail/kickbot/nlebmigpbpkefjoibhajpkenelblndoe |
Description | A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs. |
File Size | 6.3 KB |
Installation Count | 42 |
Current Version | 0.0.0.1 |
Last Updated | 2023-05-13 |
Publish Date | 2023-05-12 |
Developer | KickBot |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KickBot", "description": "A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs.", "version": "0.0.0.1", "manifest_version": 3, "icons": { "48": "kbfavicon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Kickbot", "default_icon": [] }, "permissions": [ "https:\/\/kick.com\/*", "https:\/\/kickbot.app\/*" ], "content_scripts": [ { "matches": [ "https:\/\/kick.com\/*" ], "js": [ "content.js" ] } ] } |