Ryu7z Live Notification
Crée une notification lorsque Ryu7z est en live.
What is Ryu7z Live Notification?
Ryu7z Live Notification is a Chrome extension developed by Leoche, and its main feature is "Crée une notification lorsque Ryu7z est en live.".
Extension Screenshots
Download Ryu7z Live Notification Extension CRX File
Download Ryu7z Live Notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Ryu7z Live Notification |
ID | lkffcdglkefdfefikeibnenagngpknii |
Official URL | https://chromewebstore.google.com/detail/ryu7z-live-notification/lkffcdglkefdfefikeibnenagngpknii |
Description | Crée une notification lorsque Ryu7z est en live. |
File Size | 610 KB |
Installation Count | 87 |
Current Version | 0.1.1 |
Last Updated | 2023-06-29 |
Publish Date | 2021-07-21 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Leoche |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |