Thumbs-preview for Youtube™
Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.
O que é Thumbs-preview for Youtube™?
Thumbs-preview for Youtube™ é uma extensão do Chrome desenvolvida por https://sebnilsson.com, e sua principal característica é "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.".
Baixar o arquivo CRX da Extensão Thumbs-preview for Youtube™
Baixe arquivos de extensão Thumbs-preview 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
Informações Básicas da Extensão
Nome | Thumbs-preview for Youtube™ |
ID | fmgdbmahogeafeboejeaihgenfhncdia |
URL Oficial | https://chromewebstore.google.com/detail/thumbs-preview-for-youtub/fmgdbmahogeafeboejeaihgenfhncdia |
Descrição | Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com. |
Tamanho do Arquivo | 40.47 KB |
Contagem de Instalações | 112 |
Versão Atual | 0.2.1 |
Última Atualização | 2016-01-25 |
Data de Publicação | 2016-01-20 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | https://sebnilsson.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Thumbs-preview for Youtube\u2122", "description": "Shows multiple previews of a Youtube-video, when hovering on video-thumbnails on Youtube.com.", "version": "0.2.1", "author": "Seb Nilsson", "homepage_url": "http:\/\/sebnilsson.com", "permissions": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery-2.2.0.min.js", "content.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |