SanjiLive
SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.
What is SanjiLive?
SanjiLive is a Chrome extension developed by Sanji29, and its main feature is "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.".
Download SanjiLive Extension CRX File
Download SanjiLive 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
SanjiLive est une extension qui vous préviens quand Sanji est en live.
Extension Basic Information
Name | |
ID | lnngafjpekmmmkfnjpiaafakibofegli |
Official URL | https://chromewebstore.google.com/detail/sanjilive/lnngafjpekmmmkfnjpiaafakibofegli |
Description | SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch. |
File Size | 50.37 KB |
Installation Count | 53 |
Current Version | 0.0.3 |
Last Updated | 2017-07-01 |
Publish Date | 2017-07-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Sanji29 |
Payment Type | free |
Extension Website | https://twitch.tv/sanji29 |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SanjiLive", "description": "SanjiLive est une extension qui notifie l'utilisateur si Sanji est en stream sur Twitch.", "version": "0.0.3", "manifest_version": 2, "icons": { "48": "icons\/Trepb.png", "128": "icons\/Trepa.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_title": "SanjiLive", "default_icon": { "48": "icons\/Trepb.png" } }, "background": { "scripts": [ "background.js" ] } } |