VRCFriendCheck

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

VRCFriendCheck क्या है?

VRCFriendCheck mnao305 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser extension that allows you to check the online status of friends of VRChat and notify you online."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VRCFriendCheck एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम VRCFriendCheck VRCFriendCheck
ID fkhfmlkfiaafmoaobaofhldnlgapekhl
आधिकारिक URL https://chromewebstore.google.com/detail/vrcfriendcheck/fkhfmlkfiaafmoaobaofhldnlgapekhl
विवरण Browser extension that allows you to check the online status of friends of VRChat and notify you online.
फ़ाइल का आकार 354 KB
स्थापना संख्या 1,802
वर्तमान संस्करण 1.5.6
अंतिम अपडेट 2021-04-16
प्रकाशन तिथि 2020-04-23
रेटिंग 3.50/5 कुल 12 रेटिंग्स
डेवलपर mnao305
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mnao305/VRCFriendCheck
सहायता पृष्ठ URL https://github.com/mnao305/VRCFriendCheck/issues
समर्थित भाषाएँ 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"
    ]
}