Watch In Sync

Watch movies with your friends synchronously!

Watch In Sync क्या है?

Watch In Sync ozanbaskan7 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch movies with your friends synchronously!"।

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

screenshot

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

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

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

                        You can watch movies on every page you want with your friends synchronously using this extension! 

Just download the extension with your friends, connect to the same session and go to the web page you want to watch a movie. Click the video frame you want to watch in sync, after clicking when red the frame around the video disappears the sync is on! You can pause and play the video and watch with your friends at the same time.                    

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

नाम Watch In Sync Watch In Sync
ID cbcplomcajikifbdopphkbhpkciokcmo
आधिकारिक URL https://chromewebstore.google.com/detail/watch-in-sync/cbcplomcajikifbdopphkbhpkciokcmo
विवरण Watch movies with your friends synchronously!
फ़ाइल का आकार 32.25 KB
स्थापना संख्या 25
वर्तमान संस्करण 0.1
अंतिम अपडेट 2021-11-01
प्रकाशन तिथि 2021-10-31
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर ozanbaskan7
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watch In Sync",
    "description": "Watch movies with your friends synchronously!",
    "version": "0.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}