Zank Live
Zank Live est une extension qui notifie l'utilisateur si Zank est en stream sur Twitch.
What is Zank Live?
Zank Live is a Chrome extension developed by Sanji29, and its main feature is "Zank Live est une extension qui notifie l'utilisateur si Zank est en stream sur Twitch.".
Extension Screenshots
Download Zank Live Extension CRX File
Download Zank 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
Zank Live est une extension qui notifie l'utilisateur si Zank est en stream sur Twitch.
Extension Basic Information
Name | Zank Live |
ID | ojofehkpkenhbebggmmjokjghjfkomdl |
Official URL | https://chromewebstore.google.com/detail/zank-live/ojofehkpkenhbebggmmjokjghjfkomdl |
Description | Zank Live est une extension qui notifie l'utilisateur si Zank est en stream sur Twitch. |
File Size | 130 KB |
Installation Count | 45 |
Current Version | 0.0.1 |
Last Updated | 2017-06-07 |
Publish Date | 2017-06-07 |
Developer | Sanji29 |
Payment Type | free |
Extension Website | https://www.twitch.tv/zanki0h |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zank Live", "description": "Zank Live est une extension qui notifie l'utilisateur si Zank est en stream sur Twitch.", "version": "0.0.1", "manifest_version": 2, "icons": { "48": "icons\/zankb.png", "128": "icons\/zankb.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_popup": "template.html", "default_title": "Zank Live", "default_icon": { "48": "icons\/zankb.png" } }, "background": { "scripts": [ "background.js" ] } } |