Ryu7z Live Notification

Crée une notification lorsque Ryu7z est en live.

Hvad er Ryu7z Live Notification?

Ryu7z Live Notification er en Chrome-udvidelse udviklet af Leoche, og dens hovedfunktion er "Crée une notification lorsque Ryu7z est en live.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Ryu7z Live Notification-udvidelses-CRX-fil

Download Ryu7z Live Notification-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ryu7z Live Notification Ryu7z Live Notification
ID lkffcdglkefdfefikeibnenagngpknii
Officiel URL https://chromewebstore.google.com/detail/ryu7z-live-notification/lkffcdglkefdfefikeibnenagngpknii
Beskrivelse Crée une notification lorsque Ryu7z est en live.
Filstørrelse 610 KB
Antal Installationer 87
Nuværende Version 0.1.1
Senest Opdateret 2023-06-29
Udgivelsesdato 2021-07-21
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Leoche
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}