Screen Video Recorder

Now you can start recording your screen with one click.

O que é Screen Video Recorder?

Screen Video Recorder é uma extensão do Chrome desenvolvida por mageruma2147, e sua principal característica é "Now you can start recording your screen with one click.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Screen Video Recorder

Baixe arquivos de extensão 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 invite you to try our new extension Screen Recorder. With it you can use the screen recording function.  To do this, you just need to go into the application and click on the button and after a couple of seconds, your screen will start recording.  Everything is very simple.  Screen Recorder does not ask for your personal information and guarantees security.  We did our best to make our product very easy and comfortable to use for you.  We are sure you will enjoy using Screen Recorder.  You just need to install our amazing extension and immediately after that you can enjoy using it.                    

Informações Básicas da Extensão

Nome Screen Video Recorder Screen Video Recorder
ID pealhhnpkinnmcanaaammjbhmeffjppa
URL Oficial https://chrome.google.com/webstore/detail/screen-video-recorder/pealhhnpkinnmcanaaammjbhmeffjppa
Descrição Now you can start recording your screen with one click.
Tamanho do Arquivo 20.35 KB
Contagem de Instalações 10,000
Versão Atual 1.3
Última Atualização 2021-12-20
Data de Publicação 2021-05-19
Classificação 3.50/5 Total de 10 Avaliações
Desenvolvedor mageruma2147
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": "Now you can start recording your screen with one click.",
    "short_name": "Screen video recorder",
    "version": "1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "uxuides\/cctv.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "twothirdfour\/hujimobo.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "uxuides\/cctv.png"
        },
        "default_popup": "twothirdfour\/dugikile.html"
    },
    "background": {
        "scripts": [
            "firstpapka\/sewejuko.js"
        ]
    }
}