PIP Next

When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…

¿Qué es PIP Next?

PIP Next es una extensión de Chrome desarrollada por videozang, y su función principal es "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PIP Next

Descarga archivos de extensión PIP Next 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

                        When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track button on the PIP screen. You have to go back to the original tab to use the next button. It is very annoying while you are browsing other tabs.

With this extension, the player will forward to next video each time you click it (you'd better to pin it).                    

Información Básica de la Extensión

Nombre PIP Next PIP Next
ID kiliibbgffnhndgbcpljbeihimcojagc
URL Oficial https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc
Descripción When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Tamaño del Archivo 22.2 KB
Cantidad de Instalaciones 48
Versión Actual 0.3
Última Actualización 2020-08-26
Fecha de Publicación 2020-08-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador videozang
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://youtube-playlist-randomizer.bitbucket.io/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PIP Next",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube-playlist-randomizer.bitbucket.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}