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.                    

拡張機能の基本情報

名前 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
Eメール [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\/*"
    ]
}