Gatherhub Screen Capture

Help users to do screen casting on GatherHub.

What is Gatherhub Screen Capture?

Gatherhub Screen Capture is a Chrome extension developed by https://www.gatherhub.xyz, and its main feature is "Help users to do screen casting on GatherHub.".

Extension Screenshots

screenshot
screenshot

Download Gatherhub Screen Capture Extension CRX File

Download Gatherhub Screen Capture 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 extension could help to do screen capture automatically when you use the screen casting feature on www.gatherhub.com.                    

Extension Basic Information

Name Gatherhub Screen Capture Gatherhub Screen Capture
ID bdnieppldnkoaajefibbnpmemgfdkben
Official URL https://chromewebstore.google.com/detail/gatherhub-screen-capture/bdnieppldnkoaajefibbnpmemgfdkben
Description Help users to do screen casting on GatherHub.
File Size 11.96 KB
Installation Count 39
Current Version 0.1.2
Last Updated 2015-12-17
Publish Date 2015-12-16
Rating 5.00/5 Total 1 Ratings
Developer https://www.gatherhub.xyz
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gatherhub Screen Capture",
    "description": "Help users to do screen casting on GatherHub.",
    "version": "0.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "browser_action": {
        "default_icon": "ghub-16.png"
    },
    "icons": {
        "16": "ghub-16.png",
        "48": "ghub-48.png",
        "128": "ghub-128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.gatherhub.xyz\/*",
                "https:\/\/www.gatherhub.com\/*",
                "https:\/\/192.168.10.10\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.gatherhub.xyz\/*",
            "https:\/\/www.gatherhub.com\/*",
            "https:\/\/192.168.10.10\/*"
        ]
    }
}