Rollyt — Realtime Youtube Party Playlist

Ultimate party playlist queue for Youtube. Remotely collaborate with friends, in realtime and on the fly.

Rollyt — Realtime Youtube Party Playlistคืออะไร?

Rollyt — Realtime Youtube Party Playlist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย undyingmind และคุณลักษณะหลักของมันคือ "Ultimate party playlist queue for Youtube. Remotely collaborate with friends, in realtime and on the fly."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rollyt — Realtime Youtube Party Playlist

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

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

                        Remotely control Youtube with Rollyt's shared playlist from multiple devices and avoid the hassle of playing music and videos in a party.

No account needed to join the party! Just scan the QR code and you're good to go! You can also invite a friend to join by send the playlist link via any chat app.

PERFECT FOR:

🎤  Karaoke Party
Avoid interruption, turn your phone into songbook and queue songs while singing.

💃  Bar & Club Music Party
Share your sound system to people who wants to party with their own type of music. Just like a Jukebox!

☕  Cafe & Restaurant Music Video
Open your TV screen to customers and let theme queue and watch their own favorite music videos.

🛍️  Shop Public Music
Play music remotely while accommodating customers or while doing something productive.

🏠  Home Music Party
Queue and control your music playlist from every corner in your house while doing something.

LINKS:

Website: https://www.rollyt.com
Youtube: https://www.youtube.com/channel/UC-smdlrY_bWkxUH0NUJfiEQ
Facebook: https://www.facebook.com/rollyt.playlist                    

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

ชื่อ Rollyt — Realtime Youtube Party Playlist Rollyt — Realtime Youtube Party Playlist
ID opjmkgcfeidfiafbhigicejodpnpcbbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rollyt-%E2%80%94-realtime-youtube/opjmkgcfeidfiafbhigicejodpnpcbbc
คำอธิบาย Ultimate party playlist queue for Youtube. Remotely collaborate with friends, in realtime and on the fly.
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 977
เวอร์ชันปัจจุบัน 2.2.2
อัปเดตครั้งล่าสุด 2022-12-28
วันที่เผยแพร่ 2020-06-29
คะแนน 4.39/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา undyingmind
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rollyt.com
URL หน้าช่วยเหลือ https://www.facebook.com/rollyt.queue
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rollyt \u2014 Realtime Youtube Party Playlist",
    "description": "Ultimate party playlist queue for Youtube. Remotely collaborate with friends, in realtime and on the fly.",
    "version": "2.2.2",
    "icons": {
        "16": "res\/icons\/logo-16.png",
        "24": "res\/icons\/logo-24.png",
        "48": "res\/icons\/logo-48.png",
        "128": "res\/icons\/logo-128.png"
    },
    "action": {
        "default_icon": "res\/icons\/logo-16-off.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.rollyt.com\/placeholder\/*"
            ],
            "js": [
                "res\/libs\/livequrl-client.min.js",
                "app\/content.js"
            ],
            "css": [
                "app\/content.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*",
            "*:\/\/*.rollyt.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}