Watch2Gether

This extensions let's you share content from websites directly into a Watch2Gether room

Watch2Gether क्या है?

Watch2Gether https://w2g.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions let's you share content from websites directly into a Watch2Gether room"।

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

screenshot

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

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

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

                        The official Watch2Gether Chrome extension allows you to share content from a supported site (Youtube, Vimeo, Dailymotion, ...) directly into a Watch2Gether room. The new W2gSync feature allows you to sync-watch videos from any website on Watch2Gether.                    

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

नाम Watch2Gether Watch2Gether
ID cimpffimgeipdhnhjohpbehjkcdpjolg
आधिकारिक URL https://chromewebstore.google.com/detail/watch2gether/cimpffimgeipdhnhjohpbehjkcdpjolg
विवरण This extensions let's you share content from websites directly into a Watch2Gether room
फ़ाइल का आकार 1.63 MB
स्थापना संख्या 987,570
वर्तमान संस्करण 9.2
अंतिम अपडेट 2023-06-15
प्रकाशन तिथि 2020-06-25
रेटिंग 3.47/5 कुल 104 रेटिंग्स
डेवलपर https://w2g.tv
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://community.w2g.tv/
गोपनीयता नीति पृष्ठ URL https://w2g.tv/en/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Watch2Gether",
    "short_name": "W2G",
    "description": "This extensions let's you share content from websites directly into a Watch2Gether room",
    "homepage_url": "https:\/\/w2g.tv",
    "version": "9.2",
    "background": {
        "service_worker": "sw.97e70b02.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stage.watch2gether.com\/rooms\/*",
                "https:\/\/w2g.tv\/*",
                "https:\/\/rooms.w2g.tv\/*",
                "https:\/\/stage-rooms.w2g.tv\/*",
                "https:\/\/stage.w2g.tv\/*",
                "https:\/\/staging.w2g.tv\/*"
            ],
            "js": [
                "content_w2g.4a182ab6.js"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "css": []
        }
    ],
    "action": {
        "default_icon": "icon.154ef202.png",
        "default_popup": "popup.e53fc2e6.html",
        "default_title": "Share on Watch2Gether"
    },
    "icons": {
        "48": "icon_48.bcbbec0a.png",
        "128": "icon_128.125169a4.png"
    },
    "permissions": [
        "activeTab",
        "webNavigation",
        "declarativeNetRequest",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "javascript\/adapter\/w2g_netflix_adapter.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}