BotKZ Live

BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.

Wat is BotKZ Live?

BotKZ Live is een Chrome-extensie ontwikkeld door Elyth, en de belangrijkste functie is "BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BotKZ Live

Download BotKZ Live-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

                        Une simple extension pour savoir si le streamer BotKZ est actuellement en live                    

Basisinformatie over de Extensie

Naam BotKZ Live BotKZ Live
ID jakffddleodaemnfbbahpigjndfldnnc
Officiële URL https://chromewebstore.google.com/detail/botkz-live/jakffddleodaemnfbbahpigjndfldnnc
Beschrijving BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.
Bestandsgrootte 44.41 KB
Aantal Installaties 22
Huidige Versie 1.3
Laatst Bijgewerkt 2022-03-25
Publicatiedatum 2021-01-03
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Elyth
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}