VRChat Friend IDs

Grabs a list of friend IDs from the VRChat API.

VRChat Friend IDs란 무엇입니까?

VRChat Friend IDs은(는) https://furality.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grabs a list of friend IDs from the VRChat API."입니다.

확장 프로그램 스크린샷

screenshot

VRChat Friend IDs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A simple Google Chrome extension that makes a call to VRChat.com's public API using the user's already authenticated session and displays a JSON object of the user's VRChat friend list IDs; As provided by the API's response. If the user isn't already authenticated with VRChat.com, the extension will redirect them to the login page where they can then make another "Get IDs" request after successfully logging in.                    

확장 프로그램 기본 정보

이름 VRChat Friend IDs VRChat Friend IDs
ID gaojhlfhffchkcpbfchmpdhcljhafpnn
공식 URL https://chromewebstore.google.com/detail/vrchat-friend-ids/gaojhlfhffchkcpbfchmpdhcljhafpnn
설명 Grabs a list of friend IDs from the VRChat API.
파일 크기 394 KB
설치 횟수 8,920
현재 버전 1.1.1
최근 업데이트 2023-05-26
출시 날짜 2021-11-06
평점 5.00/5 총 12 개의 평점
개발자 https://furality.org
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://furality.org/privacypolicy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VRChat Friend IDs",
    "description": "Grabs a list of friend IDs from the VRChat API.",
    "version": "1.1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "host_permissions": [
        "*:\/\/www.vrchat.com\/*",
        "*:\/\/vrchat.com\/*"
    ],
    "permissions": [
        "storage"
    ]
}