Watch Remotely

Watch Remotely allows you to watch online videos together with friends - without being in the same room. Supported services are:…

Watch Remotely क्या है?

Watch Remotely watchremotely द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch Remotely allows you to watch online videos together with friends - without being in the same room. Supported services are:…"।

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

screenshot

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

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

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

                        Watch Remotely allows you to watch online videos together with friends - without being in the same room.

Supported services are:
  * Stan (Australia)
  * Binge (Australia)
  * YouTube Premium
  * Disney+
  * AnimeLab Premium

How to use:
  * Everyone needs to have the extension installed and be logged into a supported service
  * One person goes to the video they want to watch, click on the WatchRemotely button, and click "Start Party"
  * After creating the party, click on the WatchRemotely button to get the URL to copy

It's that easy! Whenever someone joins, all videos will be paused. Anyone can click play, and everyone's video will play.

Please note that this is in beta, and there may be bugs. Every participant will need to have an account for the service being used and will need to have access to the same video. This extension simply synchronizes the playing of videos, it doesn't give access to videos outside of your region.

Note that Binge support is very early stage. If you find that a video gets stuck on the percentage loading screen, click somewhere on the video to get it started.

For any help, email [email protected]

Release v1.2.0: Added Binge support
Release v1.1.0: Added AnimeLab support
Release v1.0: Initial release

TOS: https://watchremotely.net/tos.html                    

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

नाम Watch Remotely Watch Remotely
ID afkdpicegogenhhhgjakoicompelidna
आधिकारिक URL https://chrome.google.com/webstore/detail/watch-remotely/afkdpicegogenhhhgjakoicompelidna
विवरण Watch Remotely allows you to watch online videos together with friends - without being in the same room. Supported services are:…
फ़ाइल का आकार 247 KB
स्थापना संख्या 2,540
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2020-07-27
प्रकाशन तिथि 2020-05-07
रेटिंग 1.75/5 कुल 8 रेटिंग्स
डेवलपर watchremotely
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://watchremotely.net/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "WR",
    "name": "Watch Remotely",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Watch Remotely"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.stan.com.au\/programs\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/disneyplus.com\/*",
                "https:\/\/www.disneyplus.com\/*",
                "https:\/\/animelab.com\/player\/*",
                "https:\/\/www.animelab.com\/player\/*",
                "https:\/\/binge.com.au\/shows\/*",
                "https:\/\/www.binge.com.au\/shows\/*",
                "https:\/\/binge.com.au\/movies\/*",
                "https:\/\/www.binge.com.au\/movies\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.watchremotely.net\/*"
            ],
            "js": [
                "content-page.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "version": "1.2.0"
}