Movie Date

Syncs videos for people watching the same video at the same time.

Movie Date क्या है?

Movie Date dcep93.apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Syncs videos for people watching the same video at the same time."।

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

screenshot

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

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

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

                        Users should open the same video on the same service (youtube, netflix, or local file), then click the "Movie Date" icon to begin a session. Your peers' progress should be displayed, and you can sync your own progress to match you peer!                    

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

नाम Movie Date Movie Date
ID iofdkijmnaoabjndjbichhbllhbbkbde
आधिकारिक URL https://chromewebstore.google.com/detail/movie-date/iofdkijmnaoabjndjbichhbllhbbkbde
विवरण Syncs videos for people watching the same video at the same time.
फ़ाइल का आकार 124 KB
स्थापना संख्या 13
वर्तमान संस्करण 5.0.0
अंतिम अपडेट 2020-05-26
प्रकाशन तिथि 2020-05-26
डेवलपर dcep93.apps
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movie Date",
    "description": "Syncs videos for people watching the same video at the same time.",
    "version": "5.0.0",
    "icons": {
        "16": "moviedate.png",
        "48": "moviedate.png",
        "128": "moviedate_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dropbox.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.netflix.com\/*",
                "http:\/\/www.vh1.com\/*",
                "https:\/\/www.vh1.com\/*",
                "http:\/\/dcep93.github.io\/",
                "https:\/\/dcep93.github.io\/",
                "file:\/\/\/*"
            ],
            "js": [
                "content_script.js",
                "content_script_subtitle_parser.js",
                "content_script_firebase.js",
                "content_script_inject.js",
                "determine_time.js",
                "firebase\/firebase-app.js",
                "firebase\/firebase-database.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "moviedate.png"
    },
    "web_accessible_resources": [
        "inject_netflix.js"
    ],
    "permissions": [
        "identity",
        "identity.email"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'"
}