OnlineTTV
Extension showing the list of active followed channels.
什么是OnlineTTV?
OnlineTTV是由Mego开发的Chrome扩展程序,该扩展的主要功能是“Extension showing the list of active followed channels.”。
扩展截图
下载OnlineTTV扩展crx文件
下载OnlineTTV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams. You can view the active channels of your favorite streamers. Now you can get the status of your favorite streams in one place. Fast and convenient!
扩展基本信息
名称 | OnlineTTV |
ID | becfleolohnaegiedeidikdfndkdcjcm |
官方URL | https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm |
简介 | Extension showing the list of active followed channels. |
文件大小 | 29.01 KB |
安装次数 | 38 |
当前版本 | 1.5.0 |
更新时间 | 2022-06-06 |
上架时间 | 2022-03-21 |
评分 | 5.00/5 共5次评分 |
开发者 | Mego |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://megomvs.github.io/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OnlineTTV", "version": "1.5.0", "description": "Extension showing the list of active followed channels.", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "49": "icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "https:\/\/megomvs.github.io\/" ] } |