SendVRC | VRChatにURLを送るやつ
Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.
ما هو SendVRC | VRChatにURLを送るやつ؟
SendVRC | VRChatにURLを送るやつ هو إضافة Chrome تم تطويرها بواسطة bootjp، والميزة الرئيسية لها هي "Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SendVRC | VRChatにURLを送るやつ
قم بتنزيل ملفات الامتداد SendVRC | VRChatにURLを送るやつ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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\/*"
]
} | |