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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}