Picture-In-Picture for Videos

Watch all kind of videos in Picture-in-Picture mode

O que é Picture-In-Picture for Videos?

Picture-In-Picture for Videos é uma extensão do Chrome desenvolvida por R & T, e sua principal característica é "Watch all kind of videos in Picture-in-Picture mode".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Picture-In-Picture for Videos

Baixe arquivos de extensão Picture-In-Picture for Videos 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

                        ⬇️Easy to set up⬇️:

1. Install and add the extension to Chrome.
2. Play the video🎥, click on the extension icon.
3. The video will be playing in a floating screen on top of other windows.

✨Features ✨

1. Freely browse other sites while playing a video in a pop-up window.
2. Browse other sites while playing a video in a pop-up window.

A mini-video player with which you can keep an eye on what you’re watching while interacting with other sites, or applications.                    

Informações Básicas da Extensão

Nome Picture-In-Picture for Videos Picture-In-Picture for Videos
ID lmijlfkdikhccdhliplohaeogblbamhh
URL Oficial https://chromewebstore.google.com/detail/picture-in-picture-for-vi/lmijlfkdikhccdhliplohaeogblbamhh
Descrição Watch all kind of videos in Picture-in-Picture mode
Tamanho do Arquivo 7.89 KB
Contagem de Instalações 180
Versão Atual 0.0.2
Última Atualização 2022-12-13
Data de Publicação 2022-12-13
Classificação 4.86/5 Total de 21 Avaliações
Desenvolvedor R & T
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 3,
    "name": "Picture-In-Picture for Videos",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Watch all kind of videos in Picture-in-Picture mode",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Alt+P",
                "linux": "Alt+P",
                "windows": "Alt+P",
                "chromeos": "Alt+P"
            }
        }
    }
}