OnlineTTV
Extension showing the list of active followed channels.
Apa itu OnlineTTV?
OnlineTTV adalah ekstensi Chrome yang dikembangkan oleh Mego, dan fitur utamanya adalah "Extension showing the list of active followed channels.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OnlineTTV
Unduh file ekstensi OnlineTTV 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
OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams. You can view the active channels of your favorite streamers. Now you can get the status of your favorite streams in one place. Fast and convenient!
Informasi Dasar Ekstensi
Nama | OnlineTTV |
ID | becfleolohnaegiedeidikdfndkdcjcm |
URL Resmi | https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm |
Deskripsi | Extension showing the list of active followed channels. |
Ukuran File | 29.01 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 1.5.0 |
Terakhir Diperbarui | 2022-06-06 |
Tanggal Publikasi | 2022-03-21 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Mego |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://megomvs.github.io/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OnlineTTV", "version": "1.5.0", "description": "Extension showing the list of active followed channels.", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "49": "icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "https:\/\/megomvs.github.io\/" ] } |