HDVideoMeet Extension

HDVideoMeet Extension

What is HDVideoMeet Extension?

HDVideoMeet Extension is a Chrome extension developed by https://hdvideomeet.com, and its main feature is "HDVideoMeet Extension".

Extension Screenshots

screenshot

Download HDVideoMeet Extension Extension CRX File

Download HDVideoMeet Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is the webRTC extension for screensharing support in the Hdvideomeet                    

Extension Basic Information

Name HDVideoMeet Extension HDVideoMeet Extension
ID dopjclibjeddaebplpmimdedapdbljfi
Official URL https://chromewebstore.google.com/detail/hdvideomeet-extension/dopjclibjeddaebplpmimdedapdbljfi
Description HDVideoMeet Extension
File Size 8.86 KB
Installation Count 220
Current Version 0.0.1
Last Updated 2019-05-22
Publish Date 2019-05-21
Developer https://hdvideomeet.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HDVideoMeet Extension",
    "description": "HDVideoMeet Extension",
    "version": "0.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.hdvideomeet.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hdvideomeet.com\/*"
        ]
    }
}