Sync Video for Chrome

Chrome extension that automatically creates a Sync Video room of the video you are currently watching.

Sync Video for Chrome क्या है?

Sync Video for Chrome Bas van den Brink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that automatically creates a Sync Video room of the video you are currently watching."।

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

screenshot

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

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

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

                        Chrome extension that automatically creates a Sync Video room of the video you are currently watching.                    

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

नाम Sync Video for Chrome Sync Video for Chrome
ID immalfhndacgkiapmlpciiffofcnmebp
आधिकारिक URL https://chrome.google.com/webstore/detail/sync-video-for-chrome/immalfhndacgkiapmlpciiffofcnmebp
विवरण Chrome extension that automatically creates a Sync Video room of the video you are currently watching.
फ़ाइल का आकार 9.64 KB
स्थापना संख्या 63
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-12-22
प्रकाशन तिथि 2018-12-21
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Bas van den Brink
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sync Video for Chrome",
    "description": "Chrome extension that automatically creates a Sync Video room of the video you are currently watching.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ]
}