Hexcord

Record your screen with an embedded camera feed and share publicly or have live stream sessions.

What is Hexcord?

Hexcord is a Chrome extension developed by https://hexcord.com, and its main feature is "Record your screen with an embedded camera feed and share publicly or have live stream sessions.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Hexcord Extension CRX File

Download Hexcord 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

                        Have you ever wanted to quickly create video content without going through the hassle of installing one software after the other and learning how to use each specific software? Then this is definitely for you.

Hexcord is a simple to use tool that is perfect for creating presentations, tutorial videos, and recording talks or speeches. It is built as a browser extension with very minimal configurations.

Install Extension. Open Extension. Start Recording.                    

Extension Basic Information

Name Hexcord Hexcord
ID apkdlkpcghonmghkbkhhjpaemnmjahgi
Official URL https://chromewebstore.google.com/detail/hexcord/apkdlkpcghonmghkbkhhjpaemnmjahgi
Description Record your screen with an embedded camera feed and share publicly or have live stream sessions.
File Size 16.83 MB
Installation Count 55
Current Version 1.0.19
Last Updated 2021-02-21
Publish Date 2020-11-28
Rating 5.00/5 Total 1 Ratings
Developer https://hexcord.com
Email [email protected]
Payment Type free
Extension Website https://www.hexcord.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hexcord",
    "version": "1.0.19",
    "description": "Record your screen with an embedded camera feed and share publicly or have live stream sessions.",
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hexcord.com\/*"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/horus_logo.png",
            "32": "images\/horus_logo.png",
            "48": "images\/horus_logo.png",
            "128": "images\/horus_logo.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "icons": {
        "16": "images\/horus_logo.png",
        "32": "images\/horus_logo.png",
        "48": "images\/horus_logo.png",
        "128": "images\/horus_logo.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "assets\/*"
    ]
}