SHOWROOM Broadcast Starting Notifications

It'll notify you when the virtual live space SHOWROOM (showroom) starts.

什么是SHOWROOM Broadcast Starting Notifications?

SHOWROOM Broadcast Starting Notifications是由Miya Sakura开发的Chrome扩展程序,该扩展的主要功能是“It'll notify you when the virtual live space SHOWROOM (showroom) starts.”。

扩展截图

screenshot

下载SHOWROOM Broadcast Starting Notifications扩展crx文件

下载SHOWROOM Broadcast Starting Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Notify when the broadcasts of the following rooms start and also somebody enters into the fan room.

※ You must be logged into the SHOWROOM

In the option setting, you can set as following :
- ON / OFF of the Broadcast Start Notification of the rooms you are not following
- ON / OFF of the Fan Room Notification 

If you have any thoughts or opinions, please feel free to contact us @miyasakura_ .
※ Since it's the unofficial app, it may stop publishing anytime when I get any trouble.                    

扩展基本信息

名称 SHOWROOM Broadcast Starting Notifications SHOWROOM Broadcast Starting Notifications
ID hkbgkpeiccnofgpmnlfjgpnmdagpobhc
官方URL https://chromewebstore.google.com/detail/showroom-broadcast-starti/hkbgkpeiccnofgpmnlfjgpnmdagpobhc
简介 It'll notify you when the virtual live space SHOWROOM (showroom) starts.
文件大小 59.61 KB
安装次数 6,886
当前版本 1.5.2
更新时间 2023-01-31
上架时间 2017-12-31
评分 3.83/5 共36次评分
开发者 Miya Sakura
电子邮箱 [email protected]
付费类型 free
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "version": "1.5.2",
    "description": "__MSG_appDescription__",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/img\/icon38.png",
        "default_title": "__MSG_appName__"
    },
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/www.showroom-live.com\/*"
    ]
}