VRCFriendCheck

Browser extension that allows you to check the online status of friends of VRChat and notify you online.

Cos'è VRCFriendCheck?

VRCFriendCheck è un'estensione di Chrome sviluppata da mnao305, e la sua funzione principale è "Browser extension that allows you to check the online status of friends of VRChat and notify you online.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione VRCFriendCheck

Scarica i file di estensione VRCFriendCheck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Main function
· Online / offline confirmation of friends
· Notify me when my friend is online
· World where online friends exist, instance confirmation
· Join to that instance
· Sort by name and instance ID order
· Function to display only Favorite Friends
· Show number of friends online over extension icon

To use this extension, you need to log in with the VRChat account.
When logging in, account information is not sent / stored to servers other than this extended function or VRChat official.

GitHub: https://github.com/mnao305/VRCFriendCheck

Since the VRChat API used in this extension is based on unofficial documentation and it is unclear whether access to this API is officially granted, you use this app at your own risk.  
The developer is not responsible for any damage caused by the use of this extension.

I translate this sentence using Google Translate.                    

Informazioni di Base sull'Estensione

Nome VRCFriendCheck VRCFriendCheck
ID fkhfmlkfiaafmoaobaofhldnlgapekhl
URL Ufficiale https://chromewebstore.google.com/detail/vrcfriendcheck/fkhfmlkfiaafmoaobaofhldnlgapekhl
Descrizione Browser extension that allows you to check the online status of friends of VRChat and notify you online.
Dimensione del File 354 KB
Conteggio Installazioni 1,802
Versione Corrente 1.5.6
Ultimo Aggiornamento 2021-04-16
Data di Pubblicazione 2020-04-23
Valutazione 3.50/5 Totale 12 Valutazioni
Sviluppatore mnao305
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mnao305/VRCFriendCheck
URL della Pagina di Aiuto https://github.com/mnao305/VRCFriendCheck/issues
Lingue Supportate en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VRCFriendCheck",
    "description": "__MSG_description__",
    "version": "1.5.6",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "VRCFriendCheck",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "https:\/\/api.vrchat.cloud\/*",
        "alarms",
        "storage",
        "notifications"
    ]
}