VideoSync

VideoSync is a browser extension that makes watching videos together easier.

VideoSync क्या है?

VideoSync Rafael Ketsetsides द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VideoSync is a browser extension that makes watching videos together easier."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        VideoSync is a browser extension that makes watching videos together easier. Any modern video player on any website should work with VideoSync. The following websites and video players have been tested with VideoSync:

Netflix
Youtube
Vimeo
Twitter
Plex
JW Player

To watch a video with others on VideoSync, make sure that all parties have the extension installed. Once everyone is in the same room, they can each select the video they want to watch; while it is recommended that everyone use the same video, people can choose to use different streaming providers if they want. Once everyone is ready, the video players will be sync and you can start watching the video at the same time.

Playing, pausing, rewinding, or even changing the playback speed are synchronized. The extension attempts to adjust for latency in order to keep everyone synchronized, but this may cause unexpected skipping, so if you wish to turn it off you can uncheck the "Adjust for latency" checkbox.                    

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

नाम VideoSync VideoSync
ID ehppglocncfipbbdoljajkccphahpnfm
आधिकारिक URL https://chromewebstore.google.com/detail/videosync/ehppglocncfipbbdoljajkccphahpnfm
विवरण VideoSync is a browser extension that makes watching videos together easier.
फ़ाइल का आकार 34.19 KB
स्थापना संख्या 122
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2020-09-07
प्रकाशन तिथि 2020-09-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Rafael Ketsetsides
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rafket/videosync/
सहायता पृष्ठ URL https://github.com/rafket/videosync/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rafael Ketsetsides",
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "VideoSync",
        "default_icon": {
            "16": "img\/3d-glasses_inactive_16.png",
            "32": "img\/3d-glasses_inactive_32.png",
            "64": "img\/3d-glasses_inactive_64.png"
        }
    },
    "icons": {
        "16": "img\/3d-glasses_active_16.png",
        "48": "img\/3d-glasses_active_48.png",
        "128": "img\/3d-glasses_active_128.png"
    },
    "description": "VideoSync is a browser extension that makes watching videos together easier.",
    "manifest_version": 2,
    "name": "VideoSync",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        ""
    ],
    "version": "0.0.7"
}