SVR - Screen Video Recorder

Start screen recording with one click

O que é SVR - Screen Video Recorder?

SVR - Screen Video Recorder é uma extensão do Chrome desenvolvida por fominivan342, e sua principal característica é "Start screen recording with one click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SVR - Screen Video Recorder

Baixe arquivos de extensão SVR - Screen Video 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

                        We`ve got ad-free and reliable extension for you to record screen in simple manner. Screen recorder is absolutely free but pretty useful extension for your chrome browser. It allows you to record your screen just in one click. Extension can capture the whole screen, desktop, current or any selected chrome tab from the list. Just make a few clicks to adjust the app and you`ve got high-quality recording. If you need to save and share some important info or make a tutorial video then screen video recorder will come in handy. Extension is reliable and useful tool for screen capture. If you need simple and reliable screen recorder then this extension is what you were looking for.                    

Informações Básicas da Extensão

Nome SVR - Screen Video Recorder SVR - Screen Video Recorder
ID hopmiapnnbalpocjocfeabkkoedkppim
URL Oficial https://chrome.google.com/webstore/detail/svr-screen-video-recorder/hopmiapnnbalpocjocfeabkkoedkppim
Descrição Start screen recording with one click
Tamanho do Arquivo 25.98 KB
Contagem de Instalações 2,950
Versão Atual 1.3
Última Atualização 2023-02-22
Data de Publicação 2021-09-19
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor fominivan342
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "Start screen recording with one click",
    "short_name": "Display video recorder",
    "version": "1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "julana\/zxc.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/britva.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "julana\/zxc.png"
        },
        "default_popup": "js\/pupap.html"
    },
    "background": {
        "scripts": [
            "julana\/moloko.js"
        ]
    }
}