Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
Vad är Are They Live??
Are They Live? är en Chrome-tillägg utvecklad av JakeRYW, och dess huvudfunktion är "This simple extension checks to see if your favorite Twitch streamer is live.".
Tilläggsskärmbilder
Ladda ner Are They Live?-förlängningens CRX-fil
Ladda ner Are They Live?-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
Officiell webbadress | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
Beskrivning | This simple extension checks to see if your favorite Twitch streamer is live. |
Filstorlek | 4.1 MB |
Antal Installationer | 548 |
Aktuell Version | 2.7 |
Senast Uppdaterad | 2020-05-31 |
Publiceringsdatum | 2020-05-31 |
Betyg | 4.10/5 Totalt 10 Betyg |
Utvecklare | JakeRYW |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |