Samesurf Screen Sharing

Samesurf webrtc screensharing extension.

Samesurf Screen Sharing क्या है?

Samesurf Screen Sharing https://samesurf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Samesurf webrtc screensharing extension."।

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

screenshot

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

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

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

                        extension to enable webrtc sharing                    

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

नाम Samesurf Screen Sharing Samesurf Screen Sharing
ID ejgjbfaglnbijjdngceoldepidphcbab
आधिकारिक URL https://chromewebstore.google.com/detail/samesurf-screen-sharing/ejgjbfaglnbijjdngceoldepidphcbab
विवरण Samesurf webrtc screensharing extension.
फ़ाइल का आकार 19.49 KB
स्थापना संख्या 64
वर्तमान संस्करण 1.8
अंतिम अपडेट 2019-07-09
प्रकाशन तिथि 2019-07-08
डेवलपर https://samesurf.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Samesurf Screen Sharing",
    "author": "Samesurf",
    "version": "1.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Samesurf webrtc screensharing extension.",
    "homepage_url": "http:\/\/www.samesurf.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*.samesurf.com\/*",
        "https:\/\/*.samesurf.com\/*",
        "http:\/\/*.samesurfer.com\/*",
        "https:\/\/*.samesurfer.com\/*",
        "http:\/\/*.ibonfire.com\/*",
        "https:\/\/*.ibonfire.com\/*",
        "http:\/\/*.actualworlds.com\/*",
        "https:\/\/*.actualworlds.com\/*",
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}