Video to VRC

ニコニコ動画とYouTubeのURLを、VRChatで再生する時に最適な形でコピーします

Video to VRCคืออะไร?

Video to VRC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย toh และคุณลักษณะหลักของมันคือ "ニコニコ動画とYouTubeのURLを、VRChatで再生する時に最適な形でコピーします"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video to VRC

ดาวน์โหลดไฟล์ส่วนขยาย Video to VRC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        VR機器を操作しながらでも、簡単に動画URLをコピーできます。

* ニコニコ動画
1. 動画を右クリックして、再生方法を http に変更してください(最初の1回だけこの操作が必要です)
2. 好きな動画を開き、少しだけ再生して停止してください
3. この拡張のボタンをクリックすると、再生用のURLをコピーできます
4. VRChatで再生中、動画のページは開いたままにしておく必要があります
注意:ニコニコ動画にログインしている場合、再生用URLにアカウントIDが含まれます。IDを知られたくない場合は、ニコニコ動画からログアウトしてからこの機能を利用してください。

* YouTube
1. 好きな動画を開き、この拡張のボタンをクリックすると、再生用のURLをコピーできます
2. 再生リストなどから動画を開いた場合でも、適切なURLに変換します

Nico Nico Douga and YouTube URLs can be copied with a single click in a form best suited for play on VRChat.
You can easily copy the URL even while using the VR device.

* Nico Nico Douga
1. right-click on the video and change the play method to http (you only need to do this once for the first time)
2. open your favorite video, play it for a bit and stop it
3. click the button on this extension to copy the URL
4. the video page need remain open while playing it on VRChat
Note: If you logged in the Nico Nico Douga, the URL contain your account ID. If you don't want it, please log out from the Nico Nico Douga before using this extension.

* YouTube
1. open your favorite video and click the button of this extension to copy the URL
2. even if you open a video from a playlist, etc., it will be converted to the appropriate URL                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Video to VRC Video to VRC
ID ngpocnceljaodjcaekcebllgfglobfka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-to-vrc/ngpocnceljaodjcaekcebllgfglobfka
คำอธิบาย ニコニコ動画とYouTubeのURLを、VRChatで再生する時に最適な形でコピーします
ขนาดไฟล์ 7.21 KB
จำนวนการติดตั้ง 2,222
เวอร์ชันปัจจุบัน 1.00
อัปเดตครั้งล่าสุด 2021-10-16
วันที่เผยแพร่ 2021-10-16
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา toh
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video to VRC",
    "version": "1.00",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png"
        },
        "default_title": "\u30af\u30ea\u30c3\u30af\u3067\u518d\u751f\u7528URL\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059",
        "default_popup": "html\/popup.html"
    },
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u3068YouTube\u306eURL\u3092\u3001VRChat\u3067\u518d\u751f\u3059\u308b\u6642\u306b\u6700\u9069\u306a\u5f62\u3067\u30b3\u30d4\u30fc\u3057\u307e\u3059",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "author": "toh",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nicovideo.jp\/watch*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/www.nicovideo.jp\/",
        "https:\/\/www.youtube.com\/"
    ]
}