Kameto Live
Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.
什么是Kameto Live?
Kameto Live是由https://kocal.fr开发的Chrome扩展程序,该扩展的主要功能是“Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.”。
扩展截图
下载Kameto Live扩展crx文件
下载Kameto Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Notifie l'utilisateur si le streamer Kameto est actuellement en train de stream sur la plateforme Twitch.
扩展基本信息
名称 | Kameto Live |
ID | mpfbanlogiiedmdndkopbfjlbodlojfd |
官方URL | https://chromewebstore.google.com/detail/kameto-live/mpfbanlogiiedmdndkopbfjlbodlojfd |
简介 | Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch. |
文件大小 | 34.19 KB |
安装次数 | 1,265 |
当前版本 | 0.1.0 |
更新时间 | 2018-05-10 |
上架时间 | 2018-05-10 |
评分 | 5.00/5 共10次评分 |
开发者 | https://kocal.fr |
付费类型 | free |
扩展官网 | https://github.com/Kocal/someone-is-streaming-web-extension-generator/tree/master/extensions/Kameto%20Live |
帮助页面URL | https://github.com/Kocal/someone-is-streaming-web-extension-generator/issues |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kameto Live", "description": "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.", "version": "0.1.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_title": "Kameto Live", "default_icon": { "48": "icons\/icon_48.png" } }, "background": { "scripts": [ "background.js" ] } } |