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