KickBot
A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs.
Apa itu KickBot?
KickBot adalah ekstensi Chrome yang dikembangkan oleh KickBot, dan fitur utamanya adalah "A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi KickBot
Unduh file ekstensi KickBot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A helper extension created by Kickbot.app to bring alerts from your Kick dashboard to OBS or Streamlabs.
Informasi Dasar Ekstensi
Nama | KickBot |
ID | nlebmigpbpkefjoibhajpkenelblndoe |
URL Resmi | https://chromewebstore.google.com/detail/kickbot/nlebmigpbpkefjoibhajpkenelblndoe |
Deskripsi | A helper extension to bring alerts from your Kick dashboard to OBS or Streamlabs. |
Ukuran File | 6.3 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2023-05-13 |
Tanggal Publikasi | 2023-05-12 |
Pengembang | KickBot |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |