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