VRChat Jinnai
Helps getting better video links for USharpVideo to make them work with for standalone VRChat players. Thanks T-NEX (@ckptkb).
Qu'est-ce que VRChat Jinnai ?
VRChat Jinnai est une extension Chrome développée par Akitake, et sa fonction principale est "Helps getting better video links for USharpVideo to make them work with for standalone VRChat players. Thanks T-NEX (@ckptkb).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VRChat Jinnai
Téléchargez les fichiers d'extension VRChat Jinnai au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | VRChat Jinnai |
ID | jfgmcnhhlcebpcnpghfoeippgpaadanm |
URL Officiel | https://chromewebstore.google.com/detail/vrchat-jinnai/jfgmcnhhlcebpcnpghfoeippgpaadanm |
Description | Helps getting better video links for USharpVideo to make them work with for standalone VRChat players. Thanks T-NEX (@ckptkb). |
Taille du Fichier | 8.23 KB |
Nombre d'Installations | 412 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2022-03-16 |
Date de Publication | 2022-03-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Akitake |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |