PIP Prev

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

¿Qué es PIP Prev?

PIP Prev 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 previous…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PIP Prev

Descarga archivos de extensión PIP Prev 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 previous track button on the PIP screen. You have to go back to the original tab to use the prev button. It is very annoying while you are browsing other tabs.

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

Información Básica de la Extensión

Nombre PIP Prev PIP Prev
ID heahgkbhffmbjlemgdcjnajhkgimmcoj
URL Oficial https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj
Descripción When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
Tamaño del Archivo 22.04 KB
Cantidad de Instalaciones 37
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 Prev",
    "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"
        ]
    }
}