YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
O que é YouTube Screenshot?
YouTube Screenshot é uma extensão do Chrome desenvolvida por Pranav Acharya, e sua principal característica é "Allows you to take screenshot of the video and save it instantly to your disk".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Screenshot
Baixe arquivos de extensão YouTube Screenshot 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
Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk.
Informações Básicas da Extensão
Nome | YouTube Screenshot |
ID | admjdaoijfccdllogfnddnllkghmkpfb |
URL Oficial | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
Descrição | Allows you to take screenshot of the video and save it instantly to your disk |
Tamanho do Arquivo | 3.87 KB |
Contagem de Instalações | 4,627 |
Versão Atual | 1.4 |
Última Atualização | 2017-01-08 |
Data de Publicação | 2017-01-07 |
Classificação | 2.23/5 Total de 40 Avaliações |
Desenvolvedor | Pranav Acharya |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Screenshot", "version": "1.4", "description": "Allows you to take screenshot of the video and save it instantly to your disk", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "page.js" ] } ], "manifest_version": 2 } |