Ryu7z Live Notification
Crée une notification lorsque Ryu7z est en live.
O que é Ryu7z Live Notification?
Ryu7z Live Notification é uma extensão do Chrome desenvolvida por Leoche, e sua principal característica é "Crée une notification lorsque Ryu7z est en live.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ryu7z Live Notification
Baixe arquivos de extensão Ryu7z Live Notification no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Ryu7z Live Notification |
ID | lkffcdglkefdfefikeibnenagngpknii |
URL Oficial | https://chromewebstore.google.com/detail/ryu7z-live-notification/lkffcdglkefdfefikeibnenagngpknii |
Descrição | Crée une notification lorsque Ryu7z est en live. |
Tamanho do Arquivo | 610 KB |
Contagem de Instalações | 87 |
Versão Atual | 0.1.1 |
Última Atualização | 2023-06-29 |
Data de Publicação | 2021-07-21 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Leoche |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |