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.”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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\/*"
    ]
}