Screen Recorder

Create, share and edit screen recordings.

What is Screen Recorder?

Screen Recorder is a Chrome extension developed by https://www.veed.io, and its main feature is "Create, share and edit screen recordings.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Screen Recorder Extension CRX File

Download Screen 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 and webcam for FREE. Create, edit and share videos in minutes!

The easiest way to record and capture your screen online. 

VEED SCREEN RECORDER

Works on your Windows or Mac computer. Use our free online screen recorder app with your webcam and microphone to create high quality screen recordings with video and audio. 

Choose a layout that best suits your content. Record your screen and mic at the same time, for as long as you want. No limits! Add yourself in the scene with you webcam side by side or on top of each other. Multiple layouts to choose from.

Once your screen recording is finished, edit your videos online with our powerful video editor. Add subtitles, create overlays, cut between scenes and much more. Perfect for product demos, walk through videos, annotated videos and much more.

FEATURES:

- Record your Screen
- Record your Webcam
- Record your Voice (Microphone)
- Remove background
- 60 minute recording limit 
- No watermarks
- FREE to use!                    

Extension Basic Information

Name Screen Recorder Screen Recorder
ID mgipbckfkdcalgbcjmkogjijddnkbecc
Official URL https://chromewebstore.google.com/detail/screen-recorder/mgipbckfkdcalgbcjmkogjijddnkbecc
Description Create, share and edit screen recordings.
File Size 694 KB
Installation Count 23,813
Current Version 2.4.0
Last Updated 2023-05-11
Publish Date 2021-05-13
Rating 4.49/5 Total 71 Ratings
Developer https://www.veed.io
Email [email protected]
Payment Type free
Extension Website https://www.veed.io/screen-recorder-app
Help Page URL https://www.veed.io/
Privacy Policy Page URL https://www.veed.io/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.4.0",
    "name": "Screen Recorder",
    "short_name": "Screen Recorder",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvTfKYZnXnWSBQfIiN5Jh9ckNurHcsmohZ1h6VcVGXHE5NnQbZDHSyKx5fFVjOfhklc5llRDJvvoI\/aY1powEEcC00TBTnHzKCJcq9dckcJGnOpq+trG0jHryur7xOIX0Q67v1JbuSBzJrdPP5lMbaljYjCW4EoyRjk+bkuonltuidnRXkPkZT4RfPkqVV0V+cxJneO602SkfUgZ4W1PX9Z5uARBho1vHuugjbn8b3I277i1UYP6gbiz7FqLFqa08zcjeEt1u7yEBGG7pyJgrqoKh7+T7IkF7KeaZKKRhoU1a7aAoEcoYILUa7U6OTKRTjCbISB1KmdYCl+3LI7NJawIDAQAB",
    "description": "Create, share and edit screen recordings.",
    "homepage_url": "https:\/\/veed.io\/record",
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "",
        "*:\/\/*.veed.io\/*",
        "*:\/\/*.veed.dev\/*",
        "*:\/\/localhost\/*",
        "*:\/\/*.coder.veed.dev\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.veed.io\/*",
            "*:\/\/*.veed.dev\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.coder.veed.dev\/",
            "*:\/\/storage.googleapis.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo_32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-root.js",
                "content-react.js"
            ],
            "css": [
                "content-root.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "iframe.html",
        "iframe.js",
        "content-root.css",
        "githubPRComment.html"
    ]
}