SHOWROOM Broadcast Starting Notifications

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

O que é SHOWROOM Broadcast Starting Notifications?

SHOWROOM Broadcast Starting Notifications é uma extensão do Chrome desenvolvida por Miya Sakura, e sua principal característica é "It'll notify you when the virtual live space SHOWROOM (showroom) starts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SHOWROOM Broadcast Starting Notifications

Baixe arquivos de extensão SHOWROOM Broadcast Starting Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SHOWROOM Broadcast Starting Notifications SHOWROOM Broadcast Starting Notifications
ID hkbgkpeiccnofgpmnlfjgpnmdagpobhc
URL Oficial https://chromewebstore.google.com/detail/showroom-broadcast-starti/hkbgkpeiccnofgpmnlfjgpnmdagpobhc
Descrição It'll notify you when the virtual live space SHOWROOM (showroom) starts.
Tamanho do Arquivo 59.61 KB
Contagem de Instalações 6,886
Versão Atual 1.5.2
Última Atualização 2023-01-31
Data de Publicação 2017-12-31
Classificação 3.83/5 Total de 36 Avaliações
Desenvolvedor Miya Sakura
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}