Ryu7z Live Notification
Crée une notification lorsque Ryu7z est en live.
Ryu7z Live Notificationとは何ですか?
Ryu7z Live NotificationはLeocheによって開発されたChromeの拡張機能で、その主な機能は「Crée une notification lorsque Ryu7z est en live.」です。
拡張機能のスクリーンショット
Ryu7z Live Notification拡張機能のCRXファイルをダウンロード
Ryu7z Live Notification拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Ryu7z Live Notification |
ID | lkffcdglkefdfefikeibnenagngpknii |
公式URL | https://chromewebstore.google.com/detail/ryu7z-live-notification/lkffcdglkefdfefikeibnenagngpknii |
説明 | Crée une notification lorsque Ryu7z est en live. |
ファイルサイズ | 610 KB |
インストール数 | 87 |
現在のバージョン | 0.1.1 |
最終更新日 | 2023-06-29 |
公開日 | 2021-07-21 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Leoche |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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\/*" ] } |