Wakz Live
Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.
What is Wakz Live?
Wakz Live is a Chrome extension developed by https://kocal.fr, and its main feature is "Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch.".
Extension Screenshots
Download Wakz Live Extension CRX File
Download Wakz 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
Wakz Live ======== Notifie l'utilisateur si le streamer Wakz est actuellement en train de stream sur la plateforme Twitch.
Extension Basic Information
Name | Wakz Live |
ID | eddfagiabebfecdcdhhaeadamnbahlda |
Official URL | https://chromewebstore.google.com/detail/wakz-live/eddfagiabebfecdcdhhaeadamnbahlda |
Description | Wakz Live est une extension qui notifie l'utilisateur si Wakz est en train de stream sur Twitch. |
File Size | 22.4 KB |
Installation Count | 100 |
Current Version | 0.1.0 |
Last Updated | 2018-05-10 |
Publish Date | 2018-05-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://kocal.fr |
Payment Type | free |
Extension Website | https://github.com/Kocal/Wakz-Live |
Supported Languages | 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" ] } } |