Video Screen Grabber

Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.

O que é Video Screen Grabber?

Video Screen Grabber é uma extensão do Chrome desenvolvida por Shang Liang, e sua principal característica é "Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Video Screen Grabber

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

                        Takes a screen grab of the video in the current page of what you are seeing now. For those people who needs to take screenshots of videos for their daily job (like my wife).  

Icon made by Freepik from www.flaticon.com                    

Informações Básicas da Extensão

Nome Video Screen Grabber Video Screen Grabber
ID chacmggpblehgnjocmmedakmcnmhgnbo
URL Oficial https://chromewebstore.google.com/detail/video-screen-grabber/chacmggpblehgnjocmmedakmcnmhgnbo
Descrição Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.
Tamanho do Arquivo 36.25 KB
Contagem de Instalações 89
Versão Atual 0.0.2
Última Atualização 2020-06-04
Data de Publicação 2020-06-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Shang Liang
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Screen Grabber",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Screen grab\/capture the current frame of video elements of websites. Works for video conference calls, too.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}