Picture in Picture

Enables Picture in Picture mode on Youtube and other sites on Chrome browser

¿Qué es Picture in Picture?

Picture in Picture es una extensión de Chrome desarrollada por Picture in Picture, y su función principal es "Enables Picture in Picture mode on Youtube and other sites on Chrome browser".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Picture in Picture

Descarga archivos de extensión Picture in Picture en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Now stream your favourite movies, series or sports on any tab. Install Picture in Picture chrome extension to enable the floating video. We support this feature on every streaming site. 

Here is how to use Picture in Picture Extension
>>Visit Youtube or any streaming site which plays the video
>>Click on the Picture in Picture extension icon
>>Then it will minimize the video size and keep it in the bottom right corner
>>Now visit any other tab of your choice and the picture in picture will be active anywhere
>>Feel free to drag wherever you want on the screen and you can either increase or decrease the minimized video dimensions

version 2.0.0
>> Now working for videos embedded
>> Added support for dailymotion
>> Added support for Disney+ hotstar

Version 1.0.0
>> Bug fixes on anime-planet and crunchyroll websites                    

Información Básica de la Extensión

Nombre Picture in Picture Picture in Picture
ID hjbbfikgfdpfaabifikbadhgmofabpam
URL Oficial https://chromewebstore.google.com/detail/picture-in-picture/hjbbfikgfdpfaabifikbadhgmofabpam
Descripción Enables Picture in Picture mode on Youtube and other sites on Chrome browser
Tamaño del Archivo 6.33 KB
Cantidad de Instalaciones 90,182
Versión Actual 2.1.1
Última Actualización 2024-01-07
Fecha de Publicación 2021-12-26
Calificación 4.11/5 Total de 35 Calificaciones
Desarrollador Picture in Picture
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/1KzWrZ1Yvd-fXeFaxFJs1GqeQZpuIB1-uPdi7vL-M3-4/edit?usp=sharing
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture",
    "version": "2.1.1",
    "description": "Enables Picture in Picture mode on Youtube and other sites on Chrome browser",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "inactive.png"
    },
    "manifest_version": 2
}