GoBrunch Screen Share

The WebRTC screen capturing extension to share your screen with the world

What is GoBrunch Screen Share?

GoBrunch Screen Share is a Chrome extension developed by https://gobrunch.com, and its main feature is "The WebRTC screen capturing extension to share your screen with the world".

Extension Screenshots

screenshot
screenshot

Download GoBrunch Screen Share Extension CRX File

Download GoBrunch Screen Share 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

                        A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. 

Instructions: 
Create Webinar/Video Conference on Gobrunch
Click on Screen Share icon from Google Chrome
The Extension will be asked to install and work automatically.

If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page.

Cheers                    

Extension Basic Information

Name GoBrunch Screen Share GoBrunch Screen Share
ID meefekdbnfknopenfokiacipalgnkdee
Official URL https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee
Description The WebRTC screen capturing extension to share your screen with the world
File Size 8.85 KB
Installation Count 7,056
Current Version 1.1.2
Last Updated 2018-10-25
Publish Date 2018-10-25
Rating 3.67/5 Total 6 Ratings
Developer https://gobrunch.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoBrunch Screen Share",
    "author": "GoBrunch",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The WebRTC screen capturing extension to share your screen with the world",
    "homepage_url": "https:\/\/gobrunch.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.gobrunch.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_title": "Add bookmark"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.gobrunch.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}