SHOWROOM Broadcast Starting Notifications

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

SHOWROOM Broadcast Starting Notificationsคืออะไร?

SHOWROOM Broadcast Starting Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miya Sakura และคุณลักษณะหลักของมันคือ "It'll notify you when the virtual live space SHOWROOM (showroom) starts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SHOWROOM Broadcast Starting Notifications

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}