VRChat Jinnai

Helps getting better video links for USharpVideo to make them work with for standalone VRChat players. Thanks T-NEX (@ckptkb).

VRChat Jinnai란 무엇입니까?

VRChat Jinnai은(는) Akitake에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps getting better video links for USharpVideo to make them work with for standalone VRChat players. Thanks T-NEX (@ckptkb)."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Uses T-NEX's work (@ckptkb on twitter) to get Quest 2 friendly YouTube links for most video players in VRChat.

1. Go to a YouTube video.
2. Click the extension's icon.
3. Go back to VRChat and paste your link in the video player.
And Quest 2 users should be able to see it!

However, videos such as Live Stream (Youtube Live, Twitch Live, and other live broadcasts) and TV are not supported by Quest.
If the video does not play in the SDK2 video player, it may play when you press the reload button.                    

확장 프로그램 기본 정보

이름 VRChat Jinnai VRChat Jinnai
ID jfgmcnhhlcebpcnpghfoeippgpaadanm
공식 URL https://chromewebstore.google.com/detail/vrchat-jinnai/jfgmcnhhlcebpcnpghfoeippgpaadanm
설명 Helps getting better video links for USharpVideo to make them work with for standalone VRChat players. Thanks T-NEX (@ckptkb).
파일 크기 8.23 KB
설치 횟수 412
현재 버전 0.0.0.2
최근 업데이트 2022-03-16
출시 날짜 2022-03-14
평점 5.00/5 총 1 개의 평점
개발자 Akitake
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VRChat Jinnai",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "description": "Helps getting better video links for USharpVideo to make them work with for standalone VRChat players. Thanks T-NEX (@ckptkb).",
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon48.png"
    },
    "action": {
        "default_popup": "html\/popup.html"
    }
}