VRCFriendCheck

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

Was ist VRCFriendCheck?

VRCFriendCheck ist eine Chrome-Erweiterung, die von mnao305 entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension that allows you to check the online status of friends of VRChat and notify you online.".

Erweiterungsscreenshots

screenshot
screenshot

VRCFriendCheck-Erweiterungs-CRX-Datei herunterladen

Laden Sie VRCFriendCheck-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VRCFriendCheck VRCFriendCheck
ID fkhfmlkfiaafmoaobaofhldnlgapekhl
Offizielle URL https://chromewebstore.google.com/detail/vrcfriendcheck/fkhfmlkfiaafmoaobaofhldnlgapekhl
Beschreibung Browser extension that allows you to check the online status of friends of VRChat and notify you online.
Dateigröße 354 KB
Installationsanzahl 1,802
Aktuelle Version 1.5.6
Letztes Update 2021-04-16
Veröffentlichungsdatum 2020-04-23
Bewertung 3.50/5 Insgesamt 12 Bewertungen
Entwickler mnao305
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mnao305/VRCFriendCheck
Hilfeseite URL https://github.com/mnao305/VRCFriendCheck/issues
Unterstützte Sprachen 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"
    ]
}