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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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を送るやつ 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\/*"
    ]
}