Ryu7z Live Notification

Crée une notification lorsque Ryu7z est en live.

Apa itu Ryu7z Live Notification?

Ryu7z Live Notification adalah ekstensi Chrome yang dikembangkan oleh Leoche, dan fitur utamanya adalah "Crée une notification lorsque Ryu7z est en live.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ryu7z Live Notification

Unduh file ekstensi Ryu7z Live Notification 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

                        Crée une notification lorsque Ryu7z est en live. Cette extension vérifie toutes les cinq minutes et crée une notification sur chrome pour prévenir du live, cliquer sur la notification ouvre un lien vers le stream officiel de Ryu7z sur Youtube.com.                    

Informasi Dasar Ekstensi

Nama Ryu7z Live Notification Ryu7z Live Notification
ID lkffcdglkefdfefikeibnenagngpknii
URL Resmi https://chromewebstore.google.com/detail/ryu7z-live-notification/lkffcdglkefdfefikeibnenagngpknii
Deskripsi Crée une notification lorsque Ryu7z est en live.
Ukuran File 610 KB
Jumlah Instalasi 87
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2023-06-29
Tanggal Publikasi 2021-07-21
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Leoche
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ryu7z Live Notification",
    "version": "0.1.1",
    "manifest_version": 3,
    "description": "Cr\u00e9e une notification lorsque Ryu7z est en live.",
    "homepage_url": "https:\/\/leodesigaux.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/kick.com\/*"
    ]
}