SyncVid.io

Watch YouTube videos in sync with anyone in the world!

SyncVid.io क्या है?

SyncVid.io SyncVid.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch YouTube videos in sync with anyone in the world!"।

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

screenshot
screenshot
screenshot

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

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

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

                        SyncVid.io is a chrome extension that allows users to watch the same video at the exact same time.

Enjoy your favourite YouTube shows at the same time with your friends as if you were all in the same room.                    

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

नाम SyncVid.io SyncVid.io
ID kdgdidgfefchohbelnganeiidabbmfbn
आधिकारिक URL https://chrome.google.com/webstore/detail/syncvidio/kdgdidgfefchohbelnganeiidabbmfbn
विवरण Watch YouTube videos in sync with anyone in the world!
फ़ाइल का आकार 703 KB
स्थापना संख्या 162
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर SyncVid.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://syncvid.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SyncVid.io",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Watch YouTube videos in sync with anyone in the world!",
    "homepage_url": "http:\/\/syncvid.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "SyncVid.io",
        "default_popup": "src\/browser_action\/main.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js",
                "src\/inject\/twilio-common.min.js",
                "src\/inject\/twilio-sync.min.js"
            ]
        }
    ]
}