Stream Together

Watch any video together with friends.

Stream Together क्या है?

Stream Together Hank Brekke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch any video together with friends."।

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

screenshot
screenshot
screenshot

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

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

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

                        Play a video on any streaming site, and playback & play/pause will
stay synchronized across all your friends. Just make sure everyone
has the extension.

1. Tell everyone to install the Stream Together extension
2. Launch any video on any streaming service
3. Click the Stream Together button in your browser toolbar, and select
   "Create a watch party"
4. Share the link with your group
5. Have each friend click the Stream Together button, and click
   "Join a watch party"
6. Paste the link into the Join box to connect to the session

You should get a notification as your friends join the party.

Supported websites:

-   Netflix
-   Amazon Prime Video
-   Disney+
-   YouTube
-   Les Mills On Demand
-   more we don't know about! Reach out to add to our list, or to let
    us know of a site that isn't working the way it should.

This project is open source. See our roadmap, fix bugs or help out at:
https://github.com/streamtogether/stream-together-web-extension

---

Note: You may need to allow Autoplay permissions on some sites for the extension to manage your video player.                    

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

नाम Stream Together Stream Together
ID mifelkkomponlfmpiomaohdcjjjnalja
आधिकारिक URL https://chrome.google.com/webstore/detail/stream-together/mifelkkomponlfmpiomaohdcjjjnalja
विवरण Watch any video together with friends.
फ़ाइल का आकार 311 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 20.0.0
अंतिम अपडेट 2020-11-22
प्रकाशन तिथि 2020-11-22
रेटिंग 4.75/5 कुल 8 रेटिंग्स
डेवलपर Hank Brekke
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/streamtogether
सहायता पृष्ठ URL https://github.com/streamtogether/stream-together-web-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stream Together",
    "description": "Watch any video together with friends.",
    "version": "20.0.0",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "js\/*"
    ],
    "browser_action": {
        "default_title": "Watch this video with a group",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}