Liver
Check if your favorite VTuber is live!
What is Liver?
Liver is a Chrome extension developed by Ziga Macele, and its main feature is "Check if your favorite VTuber is live!".
Extension Screenshots
Download Liver Extension CRX File
Download Liver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Liver |
ID | pjnhlmepkmjikjjmbaiabncnhcbkphfh |
Official URL | https://chromewebstore.google.com/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh |
Description | Check if your favorite VTuber is live! |
File Size | 235 KB |
Installation Count | 1,383 |
Current Version | 0.1.53 |
Last Updated | 2023-11-25 |
Publish Date | 2023-03-08 |
Rating | 4.76/5 Total 17 Ratings |
Developer | Ziga Macele |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zigamacele/liver |
Supported Languages | 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" } } |