Ryu7z Live Notification

Crée une notification lorsque Ryu7z est en live.

Cos'è Ryu7z Live Notification?

Ryu7z Live Notification è un'estensione di Chrome sviluppata da Leoche, e la sua funzione principale è "Crée une notification lorsque Ryu7z est en live.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ryu7z Live Notification

Scarica i file di estensione Ryu7z Live Notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Ryu7z Live Notification Ryu7z Live Notification
ID lkffcdglkefdfefikeibnenagngpknii
URL Ufficiale https://chromewebstore.google.com/detail/ryu7z-live-notification/lkffcdglkefdfefikeibnenagngpknii
Descrizione Crée une notification lorsque Ryu7z est en live.
Dimensione del File 610 KB
Conteggio Installazioni 87
Versione Corrente 0.1.1
Ultimo Aggiornamento 2023-06-29
Data di Pubblicazione 2021-07-21
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Leoche
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}