Youtube Music Party

Youtube Music Party

Qu'est-ce que Youtube Music Party ?

Youtube Music Party est une extension Chrome développée par Fishuke, et sa fonction principale est "Youtube Music Party".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Music Party

Téléchargez les fichiers d'extension Youtube Music Party au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Youtube Music Party Youtube Music Party
ID cdmmbghbolflmmfecknfkjcflnadaocg
URL Officiel https://chrome.google.com/webstore/detail/youtube-music-party/cdmmbghbolflmmfecknfkjcflnadaocg
Description Youtube Music Party
Taille du Fichier 96.49 KB
Nombre d'Installations 2,108
Version Actuelle 2.0.1
Dernière Mise à Jour 2022-06-24
Date de Publication 2021-01-13
Évaluation 3.76/5 Total 17 Évaluations
Développeur Fishuke
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://discord.gg/uaMtBWYAFc
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}