SendVRC | VRChatにURLを送るやつ
Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.
SendVRC | VRChatにURLを送るやつ क्या है?
SendVRC | VRChatにURLを送るやつ bootjp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends the URL to VRChat. send_vrc_desktop is required for one-click operation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SendVRC | VRChatにURLを送るやつ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Send the video URL to your VRChat application with just one click. To play a video in VRChat, you need to copy the URL from the browser, change the VRChat window to the entire surface, and paste it with Ctrl + V. In particular, it is difficult to change the entire VRChat window while wearing VRHMD, and you can play videos in VRChat with one click by using this tool. * To paste the URL into VRChat, https://bootjp.booth.pm/items/3572196 is required separately.
एक्सटेंशन की मूल जानकारी
नाम | SendVRC | VRChatにURLを送るやつ |
ID | nhonpcddjmjplmbbgkomiofpiehmkikh |
आधिकारिक URL | https://chromewebstore.google.com/detail/sendvrc-vrchat%E3%81%ABurl%E3%82%92%E9%80%81%E3%82%8B%E3%82%84%E3%81%A4/nhonpcddjmjplmbbgkomiofpiehmkikh |
विवरण | Sends the URL to VRChat. send_vrc_desktop is required for one-click operation. |
फ़ाइल का आकार | 9.09 KB |
स्थापना संख्या | 829 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2023-02-16 |
प्रकाशन तिथि | 2022-01-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | bootjp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bootjp/send_vrc |
सहायता पृष्ठ URL | https://twitter.com/bootjp |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SendVRC | VRChat\u306bURL\u3092\u9001\u308b\u3084\u3064", "version": "1.2.0", "description": "Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.", "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "this page send to VRChat" }, "icons": { "128": "icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "clipboardRead", "notifications", "scripting", "storage" ], "host_permissions": [ "http:\/\/localhost:11400\/*" ] } |