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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } |