Jbzz Live
Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch.
What is Jbzz Live?
Jbzz Live is a Chrome extension developed by https://kocal.fr, and its main feature is "Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch.".
Extension Screenshots
Download Jbzz Live Extension CRX File
Download Jbzz 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
Jbzz Live ======== Notifie l'utilisateur si le streamer Jbzz est actuellement en train de stream sur la plateforme Twitch.
Extension Basic Information
Name | Jbzz Live |
ID | kjiahchloelkakfmgojnonikpkbbnlae |
Official URL | https://chromewebstore.google.com/detail/jbzz-live/kjiahchloelkakfmgojnonikpkbbnlae |
Description | Jbzz Live est une extension qui notifie l'utilisateur si Jbzz est en train de stream sur Twitch. |
File Size | 38.67 KB |
Installation Count | 75 |
Current Version | 0.1.0 |
Last Updated | 2018-05-10 |
Publish Date | 2018-05-10 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://kocal.fr |
Payment Type | free |
Extension Website | https://github.com/Kocal/Jbzz-Live |
Help Page URL | https://github.com/Kocal/Jbzz-Live/issues |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jbzz Live", "description": "Jbzz Live est une extension qui notifie l'utilisateur si Jbzz 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": "Jbzz Live", "default_icon": { "48": "icons\/icon_48.png" } }, "background": { "scripts": [ "background.js" ] } } |