KametoTV
Extension qui notifie si Kameto est en train de stream sur Twitch.
什么是KametoTV?
KametoTV是由https://kametotv.fr开发的Chrome扩展程序,该扩展的主要功能是“Extension qui notifie si Kameto est en train de stream sur Twitch.”。
扩展截图
下载KametoTV扩展crx文件
下载KametoTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Kameto est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch 扩展基本信息
| 名称 | |
| ID | koikhpjmhchbcdfgaedmlfkopgajhmgp |
| 官方URL | https://chromewebstore.google.com/detail/kametotv/koikhpjmhchbcdfgaedmlfkopgajhmgp |
| 简介 | Extension qui notifie si Kameto est en train de stream sur Twitch. |
| 文件大小 | 1.15 MB |
| 安装次数 | 3,891 |
| 当前版本 | 1.1.4 |
| 更新时间 | 2023-02-16 |
| 上架时间 | 2022-03-21 |
| 评分 | 5.00/5 共38次评分 |
| 开发者 | https://kametotv.fr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://kametotv.fr |
| 帮助页面URL | https://kametotv.fr |
| 支持的语言 | fr |
| manifest.json | |
{
"description": "Extension qui notifie si Kameto est en train de stream sur Twitch.",
"version": "1.1.4",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "KametoTV",
"author": "Praaly",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_title": "KametoTV",
"default_popup": "popup.html"
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"permissions": [
"background",
"notifications",
"storage",
"alarms"
],
"host_permissions": [
"*:\/\/*.kametotv.fr\/*",
"*:\/\/*.ytimg.com\/*",
"*:\/\/static-cdn.jtvnw.net\/*"
]
} | |