Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
Apa itu Are They Live??
Are They Live? adalah ekstensi Chrome yang dikembangkan oleh JakeRYW, dan fitur utamanya adalah "This simple extension checks to see if your favorite Twitch streamer is live.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Are They Live?
Unduh file ekstensi Are They Live? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
URL Resmi | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
Deskripsi | This simple extension checks to see if your favorite Twitch streamer is live. |
Ukuran File | 4.1 MB |
Jumlah Instalasi | 548 |
Versi Saat Ini | 2.7 |
Terakhir Diperbarui | 2020-05-31 |
Tanggal Publikasi | 2020-05-31 |
Penilaian | 4.10/5 Total 10 Penilaian |
Pengembang | JakeRYW |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |