PIP Next

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

O que é PIP Next?

PIP Next é uma extensão do Chrome desenvolvida por videozang, e sua principal característica é "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PIP Next

Baixe arquivos de extensão PIP Next 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

                        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).                    

Informações Básicas da Extensão

Nome PIP Next PIP Next
ID kiliibbgffnhndgbcpljbeihimcojagc
URL Oficial https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc
Descrição When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Tamanho do Arquivo 22.2 KB
Contagem de Instalações 48
Versão Atual 0.3
Última Atualização 2020-08-26
Data de Publicação 2020-08-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor videozang
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://youtube-playlist-randomizer.bitbucket.io/
Idiomas Suportados 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"
        ]
    }
}