Wistia Screen and Webcam Recorder

Capture your screen and webcam to create professional-looking videos, including product walkthroughs, demos, and more.

What is Wistia Screen and Webcam Recorder?

Wistia Screen and Webcam Recorder is a Chrome extension developed by https://wistia.com, and its main feature is "Capture your screen and webcam to create professional-looking videos, including product walkthroughs, demos, and more.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Wistia Screen and Webcam Recorder Extension CRX File

Download Wistia Screen and Webcam Recorder 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

                        Record your screen, your face, or both! Then use our handy built-in editor to switch between a full-screen view and a split-screen view. You can even add background music and transitions to kick the quality up a notch.

With Wistia, it's quick and easy to create your best-looking videos with just a laptop. 

No need to export, process, download, or upload anything. Once you've made your videos look oh-so-perfect, they’re ready to share.

This is a free Chrome extension from Wistia, and it’s designed to make video creation super simple. You don't need any fancy equipment or special training to get started! Simply hit the record button, and you’re ready to make a lasting impression.                    

Extension Basic Information

Name Wistia Screen and Webcam Recorder Wistia Screen and Webcam Recorder
ID gejfgnikjbmnheabimnkacfeffpmbidf
Official URL https://chromewebstore.google.com/detail/wistia-screen-and-webcam/gejfgnikjbmnheabimnkacfeffpmbidf
Description Capture your screen and webcam to create professional-looking videos, including product walkthroughs, demos, and more.
File Size 34.4 KB
Installation Count 1,000
Current Version 1.0.4
Last Updated 2024-01-16
Publish Date 2023-12-07
Developer https://wistia.com
Email [email protected]
Payment Type free
Extension Website https://wistia.com/for/recording
Help Page URL https://wistia.com/support/
Privacy Policy Page URL https://wistia.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "manifest_version": 3,
    "name": "Wistia Screen and Webcam Recorder",
    "description": "Capture your screen and webcam to create professional-looking videos, including product walkthroughs, demos, and more.",
    "action": {
        "default_title": "Record with Wistia",
        "default_icon": "WistiaLogo.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/*.wistia.com\/*",
        "https:\/\/*.wistia.st\/*",
        "https:\/\/*.wistia.io\/*"
    ]
}