VRCFriendCheck

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

VRCFriendCheck là gì?

VRCFriendCheck là một tiện ích mở rộng Chrome được phát triển bởi mnao305, và tính năng chính của nó là "Browser extension that allows you to check the online status of friends of VRChat and notify you online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VRCFriendCheck

Tải xuống các tệp mở rộng VRCFriendCheck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VRCFriendCheck VRCFriendCheck
ID fkhfmlkfiaafmoaobaofhldnlgapekhl
URL Chính Thức https://chromewebstore.google.com/detail/vrcfriendcheck/fkhfmlkfiaafmoaobaofhldnlgapekhl
Mô tả Browser extension that allows you to check the online status of friends of VRChat and notify you online.
Kích Thước Tệp 354 KB
Số Lần Cài Đặt 1,802
Phiên Bản Hiện Tại 1.5.6
Cập Nhật Lần Cuối 2021-04-16
Ngày Phát Hành 2020-04-23
Đánh Giá 3.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển mnao305
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mnao305/VRCFriendCheck
URL Trang Trợ Giúp https://github.com/mnao305/VRCFriendCheck/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}