KAO Live
Ne loupez plus un seul live Twitch de Kao.
What is KAO Live?
KAO Live is a Chrome extension developed by Gwyomarch, and its main feature is "Ne loupez plus un seul live Twitch de Kao.".
Extension Screenshots
Download KAO Live Extension CRX File
Download KAO 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
Cette extension vous avertit quand Kao est en Live sur sa chaîne Twitch KAOsvmd et ailleurs.
Extension Basic Information
Name | |
ID | idmlfgnbcajlnjnmflpaoekgdoldnmef |
Official URL | https://chromewebstore.google.com/detail/kao-live/idmlfgnbcajlnjnmflpaoekgdoldnmef |
Description | Ne loupez plus un seul live Twitch de Kao. |
File Size | 777 KB |
Installation Count | 31 |
Current Version | 2.0.4 |
Last Updated | 2022-06-07 |
Publish Date | 2020-11-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Gwyomarch |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |