KAO Live
Ne loupez plus un seul live Twitch de Kao.
Wat is KAO Live?
KAO Live is een Chrome-extensie ontwikkeld door Gwyomarch, en de belangrijkste functie is "Ne loupez plus un seul live Twitch de Kao.".
Extensie Screenshots
Download het CRX-bestand van de extensie KAO Live
Download KAO 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
Cette extension vous avertit quand Kao est en Live sur sa chaîne Twitch KAOsvmd et ailleurs.
Basisinformatie over de Extensie
Naam | |
ID | idmlfgnbcajlnjnmflpaoekgdoldnmef |
Officiële URL | https://chromewebstore.google.com/detail/kao-live/idmlfgnbcajlnjnmflpaoekgdoldnmef |
Beschrijving | Ne loupez plus un seul live Twitch de Kao. |
Bestandsgrootte | 777 KB |
Aantal Installaties | 31 |
Huidige Versie | 2.0.4 |
Laatst Bijgewerkt | 2022-06-07 |
Publicatiedatum | 2020-11-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Gwyomarch |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KAO Live", "description": "Ne loupez plus un seul live Twitch de Kao.", "version": "2.0.4", "author": "Gwyomarch", "permissions": [ "notifications" ], "icons": { "64": "img\/logo-64.png", "128": "img\/logo-128.png", "256": "img\/logo-256.png" }, "browser_action": { "default_icon": "img\/logo-256.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/jquery.js", "js\/config.js", "js\/background.js" ], "persistent": true } } |