YT Thumbnail Downloader
Save YT Thumbnail in all Quality
O que é YT Thumbnail Downloader?
YT Thumbnail Downloader é uma extensão do Chrome desenvolvida por https://y2saver.com, e sua principal característica é "Save YT Thumbnail in all Quality".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YT Thumbnail Downloader
Baixe arquivos de extensão YT Thumbnail Downloader 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
Save Thumbnail images of YT videos YT Thumbnail Downloader is simple tool which will help you to download thumbnail images of any youtube video. Download free YT videos thumbnail image in Full HD(1080), HD (720), SD, and also in small size. it's currently supported formats: YouTube (HD, HQ, 1080p, 4K) you can easily download your video-thumbnails. Just open any youtube video > click on Download Thumbnail button from extension > Done! Your thumbnails will be ready for saving. Privacy policy: https://y2saver.com/privacy-policy.html
Informações Básicas da Extensão
Nome | YT Thumbnail Downloader |
ID | ejnoellmghodpjfhceijpokgkflmcpgj |
URL Oficial | https://chromewebstore.google.com/detail/yt-thumbnail-downloader/ejnoellmghodpjfhceijpokgkflmcpgj |
Descrição | Save YT Thumbnail in all Quality |
Tamanho do Arquivo | 44.42 KB |
Contagem de Instalações | 349 |
Versão Atual | 1 |
Última Atualização | 2021-09-29 |
Data de Publicação | 2021-09-29 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | https://y2saver.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://y2saver.com |
URL da Página de Ajuda | https://y2saver.com/contact.html |
URL da Página de Política de Privacidade | https://y2saver.com/privacy-policy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "mains.png" }, "default_popup": "popup.html", "name": "YT Thumbnail Downloader" }, "content_scripts": [ { "js": [ "jquery.js", "download.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Save YT Thumbnail in all Quality", "icons": { "128": "mains.png", "16": "mains.png", "48": "mains.png" }, "manifest_version": 2, "name": "YT Thumbnail Downloader", "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "version": "1", "web_accessible_resources": [ "*.png", "*.PNG" ] } |