Pop-out Youtube

Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!

O que é Pop-out Youtube?

Pop-out Youtube é uma extensão do Chrome desenvolvida por alcottjake, e sua principal característica é "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pop-out Youtube

Baixe arquivos de extensão Pop-out 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

                        New features with version 1.0 release!

Change log:
+ auto-pause playing video when extension is pressed
+ new window resumes on time of previous video
+ ability to resize windows to presets or custom preset by right clicking on window

Ever wanted to watch a Youtube video and have another tab open at the same time? This chrome extension lets you float a YouTube video in a resizeable window so you can blow it up as much as you want and not have to full screen it. Perfect for people who want to watch a video (and just the video) without taking up the whole screen.                    

Informações Básicas da Extensão

Nome Pop-out Youtube Pop-out Youtube
ID cljcjhfckminhmagbnkjpcbdjdpkgbei
URL Oficial https://chromewebstore.google.com/detail/pop-out-youtube/cljcjhfckminhmagbnkjpcbdjdpkgbei
Descrição Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!
Tamanho do Arquivo 5.94 KB
Contagem de Instalações 797
Versão Atual 1.0
Última Atualização 2018-06-23
Data de Publicação 2018-06-23
Classificação 3.64/5 Total de 14 Avaliações
Desenvolvedor alcottjake
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pop-out Youtube",
    "description": "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!",
    "version": "1.0",
    "commands": {
        "command": {
            "suggested_key": {
                "default": "Ctrl+Shift+5"
            },
            "description": "Toggle feature foo",
            "global": true
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon38.png",
        "default_title": "Video Pop-Out"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "manifest_version": 2
}