Youtube Music Party

Youtube Music Party

Youtube Music Party là gì?

Youtube Music Party là một tiện ích mở rộng Chrome được phát triển bởi Fishuke, và tính năng chính của nó là "Youtube Music Party".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Music Party

Tải xuống các tệp mở rộng Youtube Music Party dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Steps to follow:
1- Install the extension.
2- Refresh youtube music and play a music.
3- Join a room.
4- Follow this steps in the other clients.
5- Enjoy.

I love listening to music so much. And i wanted to listen music with my friends, but Youtube music doesn't have feature so. Then i made this plugin to make listening party with my friends. I hope you will enjoy while using it. 
Feel free to give feedbacks. 
We love open source: https://github.com/fishuke/ytmparty/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Music Party Youtube Music Party
ID cdmmbghbolflmmfecknfkjcflnadaocg
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-music-party/cdmmbghbolflmmfecknfkjcflnadaocg
Mô tả Youtube Music Party
Kích Thước Tệp 96.49 KB
Số Lần Cài Đặt 2,108
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-06-24
Ngày Phát Hành 2021-01-13
Đánh Giá 3.76/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Fishuke
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://discord.gg/uaMtBWYAFc
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Music Party",
    "description": "Youtube Music Party",
    "version": "2.0.1",
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/music.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ]
}