Liver
Check if your favorite VTuber is live!
Wat is Liver?
Liver is een Chrome-extensie ontwikkeld door Ziga Macele, en de belangrijkste functie is "Check if your favorite VTuber is live!".
Extensie Screenshots
Download het CRX-bestand van de extensie Liver
Download Liver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Liver |
ID | pjnhlmepkmjikjjmbaiabncnhcbkphfh |
Officiële URL | https://chromewebstore.google.com/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh |
Beschrijving | Check if your favorite VTuber is live! |
Bestandsgrootte | 235 KB |
Aantal Installaties | 1,383 |
Huidige Versie | 0.1.53 |
Laatst Bijgewerkt | 2023-11-25 |
Publicatiedatum | 2023-03-08 |
Beoordeling | 4.76/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Ziga Macele |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/zigamacele/liver |
Ondersteunde Talen | 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" } } |