Picture in Picture

Floating Video for Chrome. Watch video in PiP Mode.

O que é Picture in Picture?

Picture in Picture é uma extensão do Chrome desenvolvida por sovelkinnikita, e sua principal característica é "Floating Video for Chrome. Watch video in PiP Mode.".

Capturas de Tela da Extensão

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 cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.                    

Informações Básicas da Extensão

Nome Picture in Picture Picture in Picture
ID opimkfaiaekjknodenklcjdeaeedjdkc
URL Oficial https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc
Descrição Floating Video for Chrome. Watch video in PiP Mode.
Tamanho do Arquivo 17.1 KB
Contagem de Instalações 844
Versão Atual 2.1.7
Última Atualização 2021-12-22
Data de Publicação 2021-02-08
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor sovelkinnikita
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "js\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "media\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "media\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "media\/icon-128.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "2.1.7",
    "web_accessible_resources": [
        "js\/*.svg"
    ]
}