Screen Recorder

Create, share and edit screen recordings.

O que é Screen Recorder?

Screen Recorder é uma extensão do Chrome desenvolvida por https://www.veed.io, e sua principal característica é "Create, share and edit screen recordings.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Screen Recorder

Baixe arquivos de extensão Screen Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Screen Recorder Screen Recorder
ID mgipbckfkdcalgbcjmkogjijddnkbecc
URL Oficial https://chromewebstore.google.com/detail/screen-recorder/mgipbckfkdcalgbcjmkogjijddnkbecc
Descrição Create, share and edit screen recordings.
Tamanho do Arquivo 694 KB
Contagem de Instalações 23,813
Versão Atual 2.4.0
Última Atualização 2023-05-11
Data de Publicação 2021-05-13
Classificação 4.49/5 Total de 71 Avaliações
Desenvolvedor https://www.veed.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.veed.io/screen-recorder-app
URL da Página de Ajuda https://www.veed.io/
URL da Página de Política de Privacidade https://www.veed.io/privacy
Idiomas Suportados 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"
    ]
}