VRCe - Manage your VRChat experience.
This extension allows you to see VRChat.com websites data with a better interface.
VRCe - Manage your VRChat experience.란 무엇입니까?
VRCe - Manage your VRChat experience.은(는) NekoTiki's Projects에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to see VRChat.com websites data with a better interface."입니다.
확장 프로그램 스크린샷
VRCe - Manage your VRChat experience. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Extension allows you by the click of a button to access your VRC data using their API. Features: - Friend List with Status - Search your Friends list - See worlds your Friends are in when available to you - VRChat events history - Update your VRChat Avatar/Thumbnail (VRC+ only) - Get notified on Friend or Favorited Friend (in the extension) connection to VRChat - Get notified on Notifications (Friend Request, Invite, Invite Request and Reply) Toolbox: - See actions on Users you Blocked/Hide/Show/Mute - Have an explicite view of your Friends Informations - See your full profile details
확장 프로그램 기본 정보
이름 | VRCe - Manage your VRChat experience. |
ID | ifehdekkdpiljkefhbhabpngnjdhloia |
공식 URL | https://chromewebstore.google.com/detail/vrce-manage-your-vrchat-e/ifehdekkdpiljkefhbhabpngnjdhloia |
설명 | This extension allows you to see VRChat.com websites data with a better interface. |
파일 크기 | 1.05 MB |
설치 횟수 | 317 |
현재 버전 | 1.5.10 |
최근 업데이트 | 2023-11-15 |
출시 날짜 | 2021-12-16 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | NekoTiki's Projects |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://nekotiki.fr/privacy-policies.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VRCe - Manage your VRChat experience.", "description": "This extension allows you to see VRChat.com websites data with a better interface.", "default_locale": "en", "permissions": [ "cookies", "background", "notifications", "unlimitedStorage", "https:\/\/vrchat.com\/*" ], "icons": { "16": "icons\/vrce-logo-16_x_16.png", "48": "icons\/vrce-logo-48_x_48.png", "128": "icons\/vrce-logo-128_x_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "VRCe", "default_icon": { "19": "icons\/vrce-logo-19_x_19.png", "38": "icons\/vrce-logo-38_x_38.png" } }, "version": "1.5.10", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |