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文件

下載VRChat Jinnai擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}