VRCFriendCheck

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

¿Qué es VRCFriendCheck?

VRCFriendCheck es una extensión de Chrome desarrollada por mnao305, y su función principal es "Browser extension that allows you to check the online status of friends of VRChat and notify you online.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión VRCFriendCheck

Descarga archivos de extensión VRCFriendCheck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre VRCFriendCheck VRCFriendCheck
ID fkhfmlkfiaafmoaobaofhldnlgapekhl
URL Oficial https://chromewebstore.google.com/detail/vrcfriendcheck/fkhfmlkfiaafmoaobaofhldnlgapekhl
Descripción Browser extension that allows you to check the online status of friends of VRChat and notify you online.
Tamaño del Archivo 354 KB
Cantidad de Instalaciones 1,802
Versión Actual 1.5.6
Última Actualización 2021-04-16
Fecha de Publicación 2020-04-23
Calificación 3.50/5 Total de 12 Calificaciones
Desarrollador mnao305
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mnao305/VRCFriendCheck
URL de la Página de Ayuda https://github.com/mnao305/VRCFriendCheck/issues
Idiomas Soportados 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"
    ]
}