Jelly Party

Watch videos with your friends — in sync!

Jelly Party क्या है?

Jelly Party https://jelly-party.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch videos with your friends — in sync!"।

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

screenshot
screenshot

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

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

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

                        Watch together in sync. Text-, voice- & videochat. No registration required. Free & Open Source.

🎉🥳🎉🥳 Host WatchParties with your friends! Chat, be social and have fun! 🎉🥳🎉🥳

Watch Netflix, Disney Plus, Youtube, Vimeo and many more streaming services in sync! Customize your avatar, chat & send emojis 🎉🥳🎉🥳

What's new?
[Version 1.7.3 — 08.09.21]
- Jelly Party now works with the new Netflix UI
[Version 1.7.2 — 22.03.21]
- Added support 4anime.to
- Security updates
[Version 1.7.1 — 13.11.20]
- Fixed issues on Amazon Prime
- Improved video synchronization
- Fixed bugs with autojoin where Jelly Party wouldn't load
[Version 1.6.3 — 31.10.20]
- Fixed a bug where Jelly-Party would end in an infinite loop of plays & pauses                    

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

नाम Jelly Party Jelly Party
ID aiecbkandfgpphpdilbaaagnampmdgpd
आधिकारिक URL https://chromewebstore.google.com/detail/jelly-party/aiecbkandfgpphpdilbaaagnampmdgpd
विवरण Watch videos with your friends — in sync!
फ़ाइल का आकार 970 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.7.3
अंतिम अपडेट 2021-09-16
प्रकाशन तिथि 2020-05-11
रेटिंग 3.87/5 कुल 31 रेटिंग्स
डेवलपर https://jelly-party.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.jelly-party.com
सहायता पृष्ठ URL https://www.jelly-party.com/feedback
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jelly Party",
    "version": "1.7.3",
    "description": "Watch videos with your friends \u2014 in sync!",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo\/16x16.png",
            "32": "images\/logo\/32x32.png",
            "48": "images\/logo\/48x48.png",
            "128": "images\/logo\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/join.jelly-party.com\/*"
            ],
            "js": [
                "js\/sidebar.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo\/16x16.png",
        "32": "images\/logo\/32x32.png",
        "48": "images\/logo\/48x48.png",
        "128": "images\/logo\/128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; connect-src 'self' http:\/\/localhost:8098 ws:\/\/localhost:8098 wss:\/\/staging.jelly-party.com:8080 wss:\/\/ws.jelly-party.com:8080; object-src 'self'",
    "web_accessible_resources": [
        "js\/rootStyles.js",
        "iframe.html",
        "join.html"
    ]
}