Picture in Picture

Watch video always in floating window

O que é Picture in Picture?

Picture in Picture é uma extensão do Chrome desenvolvida por sokotovartur, e sua principal característica é "Watch video always in floating window".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Picture in Picture

Baixe arquivos de extensão Picture in Picture 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

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

Informações Básicas da Extensão

Nome Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
URL Oficial https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
Descrição Watch video always in floating window
Tamanho do Arquivo 24.23 KB
Contagem de Instalações 6,000
Versão Atual 1.6
Última Atualização 2022-01-24
Data de Publicação 2021-02-24
Classificação 3.25/5 Total de 12 Avaliações
Desenvolvedor sokotovartur
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}