Hoverzoom Plus for Youtube videos

Easily view Youtube videos without loading another page by hovering over the links.

O que é Hoverzoom Plus for Youtube videos?

Hoverzoom Plus for Youtube videos é uma extensão do Chrome desenvolvida por https://www.apptic.me, e sua principal característica é "Easily view Youtube videos without loading another page by hovering over the links.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hoverzoom Plus for Youtube videos

Baixe arquivos de extensão Hoverzoom Plus for Youtube videos 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

                        View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page?

Demo: https://www.apptic.me/projects/hoverzoom/                    

Informações Básicas da Extensão

Nome Hoverzoom Plus for Youtube videos Hoverzoom Plus for Youtube videos
ID himebmdddlbemclikfplacbnmjgomlkk
URL Oficial https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk
Descrição Easily view Youtube videos without loading another page by hovering over the links.
Tamanho do Arquivo 48.37 KB
Contagem de Instalações 713
Versão Atual 1.0.2
Última Atualização 2014-06-09
Data de Publicação 2014-06-09
Classificação 3.92/5 Total de 13 Avaliações
Desenvolvedor https://www.apptic.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.apptic.me/projects/hoverzoom/
URL da Página de Ajuda https://www.apptic.me/contact.php
URL da Página de Política de Privacidade https://www.apptic.me/privacy.php
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hoverzoom Plus for Youtube videos",
    "short_name": "Hoverzoom for Youtube",
    "description": "Easily view Youtube videos without loading another page by hovering over the links.",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}