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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |