Kameto Live Extension
Ne manquez pas un seul stream de Kameto !
什么是Kameto Live Extension?
Kameto Live Extension是由Onutrem开发的Chrome扩展程序,该扩展的主要功能是“Ne manquez pas un seul stream de Kameto !”。
扩展截图
下载Kameto Live Extension扩展crx文件
下载Kameto Live Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Kameto Live Extension |
ID | kmohgjnndpoihanddpgfipngeegmcphf |
官方URL | https://chromewebstore.google.com/detail/kameto-live-extension/kmohgjnndpoihanddpgfipngeegmcphf |
简介 | Ne manquez pas un seul stream de Kameto ! |
文件大小 | 146 KB |
安装次数 | 79 |
当前版本 | 1.4 |
更新时间 | 2016-09-07 |
上架时间 | 2016-09-07 |
评分 | 5.00/5 共12次评分 |
开发者 | Onutrem |
付费类型 | free |
支持的语言 | 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" } |