SendVRC | VRChatにURLを送るやつ
Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.
什麼是SendVRC | VRChatにURLを送るやつ?
SendVRC | VRChatにURLを送るやつ是由bootjp開發的Chrome擴展程式,該擴展的主要功能是“Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.”。
擴展截圖
下載SendVRC | VRChatにURLを送るやつ擴展crx文件
下載SendVRC | VRChatにURLを送るやつ擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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\/*"
]
} | |