Zydar Live
Notifie lorsque Zydar est en LIVE !
Apa itu Zydar Live?
Zydar Live adalah ekstensi Chrome yang dikembangkan oleh Skarneur, dan fitur utamanya adalah "Notifie lorsque Zydar est en LIVE !".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zydar Live
Unduh file ekstensi Zydar 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
Pour savoir dès que je suis en live, télécharge mon extension !
Informasi Dasar Ekstensi
Nama | |
ID | nemhlgbjgijlmioajojakndfjhgfkdnh |
URL Resmi | https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh |
Deskripsi | Notifie lorsque Zydar est en LIVE ! |
Ukuran File | 353 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 3.3 |
Terakhir Diperbarui | 2019-11-14 |
Tanggal Publikasi | 2019-11-14 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Skarneur |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | fr |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "assets\/js\/jquery.js", "assets\/js\/notifications.js" ] }, "browser_action": { "default_icon": "assets\/img\/offline.png", "default_popup": "popup\/index.html", "default_title": "Zydar - Hors-Ligne" }, "description": "Notifie lorsque Zydar est en LIVE !", "icons": { "128": "assets\/img\/logo_mini.png" }, "manifest_version": 2, "name": "Zydar Live", "permissions": [ "background", "https:\/\/api.twitch.tv\/kraken\/streams?channel=*", "*:\/\/*.googleapis.com\/*", "notifications", "storage" ], "short_name": "Zydar Live", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3" } |