Download thumbnail images of youtube/vimeo
Download thumbnail images of youtube/vimeo
O que é Download thumbnail images of youtube/vimeo?
Download thumbnail images of youtube/vimeo é uma extensão do Chrome desenvolvida por http://youtube-thumbnail-grabber.com, e sua principal característica é "Download thumbnail images of youtube/vimeo".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Download thumbnail images of youtube/vimeo
Baixe arquivos de extensão Download thumbnail images of youtube/vimeo 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
** Please note that this is not a youtube video downloader** Download thumbnails image of youtube, vimeo sites. Just head towards the youtube.com video you need to download thumbnail the thumbnail image. click on the extension, then click download to save the thumbnail image or click in the download thumbnail button below the video to download the images
Informações Básicas da Extensão
Nome | |
ID | gcdfmaggdilgcopoipaglabdejakibdf |
URL Oficial | https://chrome.google.com/webstore/detail/download-thumbnail-images/gcdfmaggdilgcopoipaglabdejakibdf |
Descrição | Download thumbnail images of youtube/vimeo |
Tamanho do Arquivo | 49.08 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 6.4.1 |
Última Atualização | 2020-05-09 |
Data de Publicação | 2020-05-09 |
Classificação | 4.31/5 Total de 531 Avaliações |
Desenvolvedor | http://youtube-thumbnail-grabber.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.youtube-thumbnail-grabber.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "name": "Download thumbnail images of youtube\/vimeo", "description": "Download thumbnail images of youtube\/vimeo", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.4.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Save youtube,vimeo thumbnail image", "default_popup": "popup.html", "default_icon": { "16": "1.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "download.js" ], "run_at": "document_end" } ], "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "web_accessible_resources": [ "*.png", "*.PNG" ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "manifest_version": 2 } |