Liver
Check if your favorite VTuber is live!
什么是Liver?
Liver是由Ziga Macele开发的Chrome扩展程序,该扩展的主要功能是“Check if your favorite VTuber is live!”。
扩展截图
下载Liver扩展crx文件
下载Liver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Liver is a Chrome extension powered by Holodex API that lets you quickly check if your favorite Liver is streaming. Liver is designed to be a fast and simple way to check Livers stream status.
扩展基本信息
名称 | Liver |
ID | pjnhlmepkmjikjjmbaiabncnhcbkphfh |
官方URL | https://chromewebstore.google.com/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh |
简介 | Check if your favorite VTuber is live! |
文件大小 | 235 KB |
安装次数 | 1,383 |
当前版本 | 0.1.53 |
更新时间 | 2023-11-25 |
上架时间 | 2023-03-08 |
评分 | 4.76/5 共17次评分 |
开发者 | Ziga Macele |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/zigamacele/liver |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Liver", "description": "Check if your favorite VTuber is live!", "version": "0.1.53", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_title": "Liver", "default_popup": "index.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |