PIP Prev
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
O que é PIP Prev?
PIP Prev é 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 previous…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PIP Prev
Baixe arquivos de extensão PIP Prev 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 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).
Informações Básicas da Extensão
Nome | PIP Prev |
ID | heahgkbhffmbjlemgdcjnajhkgimmcoj |
URL Oficial | https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj |
Descrição | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous… |
Tamanho do Arquivo | 22.04 KB |
Contagem de Instalações | 37 |
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 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 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" ] } } |