KickBot
A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs.
Wat is KickBot?
KickBot is een Chrome-extensie ontwikkeld door KickBot, en de belangrijkste functie is "A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie KickBot
Download KickBot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A helper extension created by Kickbot.app to bring alerts from your Kick dashboard to OBS or Streamlabs. Basisinformatie over de Extensie
| Naam | |
| ID | nlebmigpbpkefjoibhajpkenelblndoe |
| Officiële URL | https://chromewebstore.google.com/detail/kickbot/nlebmigpbpkefjoibhajpkenelblndoe |
| Beschrijving | A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs. |
| Bestandsgrootte | 6.3 KB |
| Aantal Installaties | 42 |
| Huidige Versie | 0.0.0.1 |
| Laatst Bijgewerkt | 2023-05-13 |
| Publicatiedatum | 2023-05-12 |
| Ontwikkelaar | KickBot |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |