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은(는) undyingmind에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ultimate party playlist queue for Youtube. Remotely collaborate with friends, in realtime and on the fly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Rollyt — Realtime Youtube Party Playlist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}