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
官方網址 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\/*"
    ]
}