VRCFriendCheck

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

VRCFriendCheckとは何ですか?

VRCFriendCheckはmnao305によって開発されたChromeの拡張機能で、その主な機能は「Browser extension that allows you to check the online status of friends of VRChat and notify you online.」です。

拡張機能のスクリーンショット

screenshot
screenshot

VRCFriendCheck拡張機能のCRXファイルをダウンロード

VRCFriendCheck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}