Liver
Check if your favorite VTuber is live!
Vad är Liver?
Liver är en Chrome-tillägg utvecklad av Ziga Macele, och dess huvudfunktion är "Check if your favorite VTuber is live!".
Tilläggsskärmbilder
Ladda ner Liver-förlängningens CRX-fil
Ladda ner Liver-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | pjnhlmepkmjikjjmbaiabncnhcbkphfh |
| Officiell webbadress | https://chromewebstore.google.com/detail/liver/pjnhlmepkmjikjjmbaiabncnhcbkphfh |
| Beskrivning | Check if your favorite VTuber is live! |
| Filstorlek | 235 KB |
| Antal Installationer | 1,383 |
| Aktuell Version | 0.1.53 |
| Senast Uppdaterad | 2023-11-25 |
| Publiceringsdatum | 2023-03-08 |
| Betyg | 4.76/5 Totalt 17 Betyg |
| Utvecklare | Ziga Macele |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/zigamacele/liver |
| Stödda Språk | 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"
}
} | |