YouTube PopOut

Pop out a youtube video into panel window from a YouTube video page

O que é YouTube PopOut?

YouTube PopOut é uma extensão do Chrome desenvolvida por JIVE DESIGN, e sua principal característica é "Pop out a youtube video into panel window from a YouTube video page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube PopOut

Baixe arquivos de extensão YouTube PopOut 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

                        Watch a YouTube video while multi-tasking without having to make a new window, resizing it, and repositioning your other windows. 

YouTube PopOut uses Chrome's Panels to pop-out YouTube video pages and positions them above all your other windows, conveniently at the bottom of your screen. 

** IMPORTANT **: This elegant solution requires the enabling of Chrome's Panels. To do so, simple visit "chrome://flags", enable panels, and restart Chrome.                    

Informações Básicas da Extensão

Nome YouTube PopOut YouTube PopOut
ID ebkmdjfacnopogghbimpabhbfelkkhah
URL Oficial https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah
Descrição Pop out a youtube video into panel window from a YouTube video page
Tamanho do Arquivo 49.92 KB
Contagem de Instalações 1,218
Versão Atual 0.0.0.4
Última Atualização 2014-12-24
Data de Publicação 2014-12-24
Classificação 2.00/5 Total de 9 Avaliações
Desenvolvedor JIVE DESIGN
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube PopOut",
    "manifest_version": 2,
    "description": "Pop out a youtube video into panel window from a YouTube video page",
    "version": "0.0.0.4",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    }
}