Youtube Music Party

Youtube Music Party

Youtube Music Party क्या है?

Youtube Music Party Fishuke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Youtube Music Party"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Music Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
            ]
        }
    ]
}