KennyStream
Soyez au courant quand votre streameur préféré commence à streamer!
What is KennyStream?
KennyStream is a Chrome extension developed by DakaYd0 | Clement.F, and its main feature is "Soyez au courant quand votre streameur préféré commence à streamer!".
Extension Screenshots
Download KennyStream Extension CRX File
Download KennyStream 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
Streamer très puissant chez @EclypsiaCOM - Youtube & Twitch : KennyStream - Contact : [email protected]
Extension Basic Information
Name | KennyStream |
ID | mnoeihpnphpmglpmnipbakgadjfpocmf |
Official URL | https://chromewebstore.google.com/detail/kennystream/mnoeihpnphpmglpmnipbakgadjfpocmf |
Description | Soyez au courant quand votre streameur préféré commence à streamer! |
File Size | 99.33 KB |
Installation Count | 15 |
Current Version | 2.4.6 |
Last Updated | 2017-07-22 |
Publish Date | 2017-07-22 |
Developer | DakaYd0 | Clement.F |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KennyStream", "description": "Soyez au courant quand votre streameur pr\u00e9f\u00e9r\u00e9 commence \u00e0 streamer!", "version": "2.4.6", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png", "default_popup": "popup.html" }, "icons": { "16": "iconoff16.png", "48": "iconon48.png", "128": "iconon128.png" } } |