Hover Play

Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…

O que é Hover Play?

Hover Play é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hover Play

Baixe arquivos de extensão Hover Play 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

                        Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook.

Avoid having to click through to live streams/ videos to see what they're showing. Instead just hover over them to get a player in the bottom right of your screen. Many more sites coming soon.

If you only want Hover Play to run on certain sites, you can easily change it in the extension options. Just right click on the extension icon, the click the 'Options' button.                    

Informações Básicas da Extensão

Nome Hover Play Hover Play
ID dnmbfaacpfllgeejebipebofdhndnnma
URL Oficial https://chromewebstore.google.com/detail/hover-play/dnmbfaacpfllgeejebipebofdhndnnma
Descrição Play live streams just by hovering over the thumbnail! Works with Twitch Youtube & Facebook. Avoid having to click through to live…
Tamanho do Arquivo 732 KB
Contagem de Instalações 181
Versão Atual 0.0.1
Última Atualização 2019-09-25
Data de Publicação 2019-09-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hover Play",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.twitch.tv\/*",
        "storage"
    ]
}