PIP Next
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Cos'è PIP Next?
PIP Next è un'estensione di Chrome sviluppata da videozang, e la sua funzione principale è "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PIP Next
Scarica i file di estensione PIP Next in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | PIP Next |
ID | kiliibbgffnhndgbcpljbeihimcojagc |
URL Ufficiale | https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc |
Descrizione | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track… |
Dimensione del File | 22.2 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2020-08-26 |
Data di Pubblicazione | 2020-08-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | videozang |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://youtube-playlist-randomizer.bitbucket.io/ |
Lingue Supportate | 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" ] } } |