BotKZ Live
BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.
What is BotKZ Live?
BotKZ Live is a Chrome extension developed by Elyth, and its main feature is "BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.".
Extension Screenshots
Download BotKZ Live Extension CRX File
Download BotKZ Live 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
Une simple extension pour savoir si le streamer BotKZ est actuellement en live
Extension Basic Information
Name | BotKZ Live |
ID | jakffddleodaemnfbbahpigjndfldnnc |
Official URL | https://chromewebstore.google.com/detail/botkz-live/jakffddleodaemnfbbahpigjndfldnnc |
Description | BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch. |
File Size | 44.41 KB |
Installation Count | 22 |
Current Version | 1.3 |
Last Updated | 2022-03-25 |
Publish Date | 2021-01-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Elyth |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BotKZ Live", "description": "BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.", "version": "1.3", "manifest_version": 2, "icons": { "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_title": "BotKZ Live", "default_icon": { "48": "icons\/icon.png" } }, "background": { "scripts": [ "background.js" ] } } |