Youtube Music Party
Youtube Music Party
Wat is Youtube Music Party?
Youtube Music Party is een Chrome-extensie ontwikkeld door Fishuke, en de belangrijkste functie is "Youtube Music Party".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Music Party
Download Youtube Music Party-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | cdmmbghbolflmmfecknfkjcflnadaocg |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-music-party/cdmmbghbolflmmfecknfkjcflnadaocg |
Beschrijving | Youtube Music Party |
Bestandsgrootte | 96.49 KB |
Aantal Installaties | 2,108 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2022-06-24 |
Publicatiedatum | 2021-01-13 |
Beoordeling | 3.76/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Fishuke |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://discord.gg/uaMtBWYAFc |
Ondersteunde Talen | 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\/*" ] } ] } |