Kameto Live Extension
Ne manquez pas un seul stream de Kameto !
What is Kameto Live Extension?
Kameto Live Extension is a Chrome extension developed by Onutrem, and its main feature is "Ne manquez pas un seul stream de Kameto !".
Extension Screenshots
Download Kameto Live Extension Extension CRX File
Download Kameto Live Extension 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
A l'aide de cette extension, vous serez prévenu quand Kameto lance son stream à l'aide d'une notification cliquable. Vous pourrez savoir à tout moment à l'aide de l'icône si il est toujours en ligne ou non.
Extension Basic Information
Name | Kameto Live Extension |
ID | kmohgjnndpoihanddpgfipngeegmcphf |
Official URL | https://chromewebstore.google.com/detail/kameto-live-extension/kmohgjnndpoihanddpgfipngeegmcphf |
Description | Ne manquez pas un seul stream de Kameto ! |
File Size | 146 KB |
Installation Count | 79 |
Current Version | 1.4 |
Last Updated | 2016-09-07 |
Publish Date | 2016-09-07 |
Rating | 5.00/5 Total 12 Ratings |
Developer | Onutrem |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "author": "Onutrem @onutrem", "background": { "scripts": [ "parameters.js", "background.js", "chrome.js" ] }, "browser_action": { "default_icon": "icon_off.png", "default_title": "Kameto - Offline" }, "description": "Ne manquez pas un seul stream de Kameto !", "icons": { "256": "icons\/logo256.png", "128": "icons\/logo128.png", "32": "icons\/logo32.png", "64": "icons\/logo64.png" }, "manifest_version": 2, "name": "Kameto Live Extension", "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |