Thumbnail Viewer for YouTube™
A simple extension that grabs the thumbnail from the current youtube video and displays it.
O que é Thumbnail Viewer for YouTube™?
Thumbnail Viewer for YouTube™ é uma extensão do Chrome desenvolvida por Master, e sua principal característica é "A simple extension that grabs the thumbnail from the current youtube video and displays it.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thumbnail Viewer for YouTube™
Baixe arquivos de extensão Thumbnail Viewer for YouTube™ 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
Changelog: v.1.3.5 - Better icon v.1.3.4 - No longer needs tabs permission - Uses slightly less screen real estate - Bug fixed with showing cached thumbnail when clicking another video.
Informações Básicas da Extensão
Nome | Thumbnail Viewer for YouTube™ |
ID | galcjdfminhddlmheppdgddbekgdofcm |
URL Oficial | https://chromewebstore.google.com/detail/thumbnail-viewer-for-yout/galcjdfminhddlmheppdgddbekgdofcm |
Descrição | A simple extension that grabs the thumbnail from the current youtube video and displays it. |
Tamanho do Arquivo | 66.25 KB |
Contagem de Instalações | 3,244 |
Versão Atual | 1.3.5 |
Última Atualização | 2014-07-15 |
Data de Publicação | 2014-07-15 |
Classificação | 4.47/5 Total de 19 Avaliações |
Desenvolvedor | Master |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "The Master", "name": "Thumbnail Viewer for YouTube\u2122", "description": "A simple extension that grabs the thumbnail from the current youtube video and displays it.", "manifest_version": 2, "version": "1.3.5", "icons": { "16": "thumbnail-16.png", "48": "thumbnail-48.png", "128": "thumbnail-128.png" }, "permissions": [ "activeTab", "*:\/\/*.youtube.com\/*" ], "browser_action": { "default_icon": "thumbnail-48.png", "default_title": "Click to view current video thumbnail", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "jquery.js", "popup.js", "popup.css", "thumbnail-16.png", "thumbnail-48.png", "thumbnail-128.png" ] } |