SendVRC | VRChatにURLを送るやつ

Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.

Cos'è SendVRC | VRChatにURLを送るやつ?

SendVRC | VRChatにURLを送るやつ è un'estensione di Chrome sviluppata da bootjp, e la sua funzione principale è "Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione SendVRC | VRChatにURLを送るやつ

Scarica i file di estensione SendVRC | VRChatにURLを送るやつ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SendVRC | VRChatにURLを送るやつ SendVRC | VRChatにURLを送るやつ
ID nhonpcddjmjplmbbgkomiofpiehmkikh
URL Ufficiale 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
Descrizione Sends the URL to VRChat. send_vrc_desktop is required for one-click operation.
Dimensione del File 9.09 KB
Conteggio Installazioni 829
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-02-16
Data di Pubblicazione 2022-01-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore bootjp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bootjp/send_vrc
URL della Pagina di Aiuto https://twitter.com/bootjp
Lingue Supportate 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\/*"
    ]
}