Screen Recorder

Create, share and edit screen recordings.

Co je Screen Recorder?

Screen Recorder je rozšíření Chrome vyvinuté https://www.veed.io, a jeho hlavní funkcí je „Create, share and edit screen recordings.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Screen Recorder

Stáhněte si soubory rozšíření Screen Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Screen Recorder Screen Recorder
ID mgipbckfkdcalgbcjmkogjijddnkbecc
Oficiální URL https://chromewebstore.google.com/detail/screen-recorder/mgipbckfkdcalgbcjmkogjijddnkbecc
Popis Create, share and edit screen recordings.
Velikost souboru 694 KB
Počet instalací 23,813
Aktuální Verze 2.4.0
Poslední Aktualizace 2023-05-11
Datum Vydání 2021-05-13
Hodnocení 4.49/5 Celkem 71 Hodnocení
Vývojář https://www.veed.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.veed.io/screen-recorder-app
URL Stránky Nápovědy https://www.veed.io/
URL Stránky Zásad Ochrany Soukromí https://www.veed.io/privacy
Podporované Jazyky 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"
    ]
}