Wakz Live
Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.
Wat is Wakz Live?
Wakz Live is een Chrome-extensie ontwikkeld door https://kocal.fr, en de belangrijkste functie is "Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wakz Live
Download Wakz 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
Wakz Live
========
Notifie l'utilisateur si le streamer Wakz est actuellement en train de stream sur la plateforme Twitch. Basisinformatie over de Extensie
| Naam | |
| ID | eddfagiabebfecdcdhhaeadamnbahlda |
| Officiële URL | https://chromewebstore.google.com/detail/wakz-live/eddfagiabebfecdcdhhaeadamnbahlda |
| Beschrijving | Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch. |
| Bestandsgrootte | 22.4 KB |
| Aantal Installaties | 100 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2018-05-10 |
| Publicatiedatum | 2018-05-10 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://kocal.fr |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Kocal/Wakz-Live |
| Ondersteunde Talen | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wakz Live",
"description": "Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.",
"version": "0.1.0",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"notifications",
"https:\/\/api.twitch.tv\/"
],
"browser_action": {
"default_title": "Wakz Live",
"default_icon": {
"48": "icons\/icon_48.png"
}
},
"background": {
"scripts": [
"background.js"
]
}
} | |