Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
Wat is Are They Live??
Are They Live? is een Chrome-extensie ontwikkeld door JakeRYW, en de belangrijkste functie is "This simple extension checks to see if your favorite Twitch streamer is live.".
Extensie Screenshots
Download het CRX-bestand van de extensie Are They Live?
Download Are They Live?-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
Want to see if your favorite streamer is live right from the toolbar? Get this simple, minimalistic extension and you're one click away from all the important information you need.
Basisinformatie over de Extensie
Naam | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
Officiële URL | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
Beschrijving | This simple extension checks to see if your favorite Twitch streamer is live. |
Bestandsgrootte | 4.1 MB |
Aantal Installaties | 548 |
Huidige Versie | 2.7 |
Laatst Bijgewerkt | 2020-05-31 |
Publicatiedatum | 2020-05-31 |
Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | JakeRYW |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Are They Live?", "version": "2.7", "description": "This simple extension checks to see if your favorite Twitch streamer is live.", "options_page": "options.html", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |