YouTube Party

YouTube Party lets you sync your YouTube videos together with friends over the internet!

YouTube Party क्या है?

YouTube Party advancedsolutionshub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube Party lets you sync your YouTube videos together with friends over the internet!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ** YouTube Party Plus is in no way affiliated with the YouTube.

YouTube Party lets you easily synchronize your favorite YouTube videos with your friends! Easily and effortlessly watch and chat together!

The steps are simple:
* Start watching a YouTube video
* Press the extension's icon on the top right of your browser
* Create a room
* Give your friends the code
* Have them join the room and press "Open Video"
* Enjoy the video together!

© Trip Software, 2020, All Rights Reserved                    

एक्सटेंशन की मूल जानकारी

नाम YouTube Party YouTube Party
ID ohdfhnkelpnfiamkjnfbbafnhleohmma
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-party/ohdfhnkelpnfiamkjnfbbafnhleohmma
विवरण YouTube Party lets you sync your YouTube videos together with friends over the internet!
फ़ाइल का आकार 1.39 MB
स्थापना संख्या 11,554
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-05-14
प्रकाशन तिथि 2020-05-13
रेटिंग 2.70/5 कुल 37 रेटिंग्स
डेवलपर advancedsolutionshub
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://tripssoftware.github.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Party",
    "version": "1.2",
    "description": "YouTube Party lets you sync your YouTube videos together with friends over the internet!",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "jquery.js",
        "js\/playerController.js",
        "semantic\/semantic.chrome.css",
        "html\/chat2.html",
        "html\/popup.html",
        "semantic\/themes\/default\/assets\/fonts\/*",
        "semantic\/themes\/default\/assets\/fonts\/*",
        "semantic\/themes\/default\/assets\/images\/*.png"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "js\/playerController.js",
                "semantic\/semantic.js",
                "js\/chat\/chat.js"
            ],
            "css": [
                "semantic\/semantic.chrome.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "js\/peerjs.min.js",
            "js\/bg_general_functions.js",
            "js\/bg_self.js",
            "js\/bg_join.js",
            "js\/bg_host.js",
            "js\/bg_chat.js"
        ],
        "persistent": true
    }
}