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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It'll notify you when the virtual live space SHOWROOM (showroom) starts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SHOWROOM Broadcast Starting Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}