Youtube Music Party

Youtube Music Party

什麼是Youtube Music Party?

Youtube Music Party是由Fishuke開發的Chrome擴展程式,該擴展的主要功能是“Youtube Music Party”。

擴展截圖

screenshot

下載Youtube Music Party擴展crx文件

下載Youtube Music Party擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Youtube Music Party Youtube Music Party
ID cdmmbghbolflmmfecknfkjcflnadaocg
官方網址 https://chrome.google.com/webstore/detail/youtube-music-party/cdmmbghbolflmmfecknfkjcflnadaocg
簡介 Youtube Music Party
檔案大小 96.49 KB
安裝次數 2,108
目前版本 2.0.1
更新時間 2022-06-24
上架時間 2021-01-13
評分 3.76/5 共 17 次評分
開發者 Fishuke
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://discord.gg/uaMtBWYAFc
支援的語言 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\/*"
            ]
        }
    ]
}