PIP Next
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Vad är PIP Next?
PIP Next är en Chrome-tillägg utvecklad av videozang, och dess huvudfunktion är "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".
Tilläggsskärmbilder
Ladda ner PIP Next-förlängningens CRX-fil
Ladda ner PIP Next-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | PIP Next |
ID | kiliibbgffnhndgbcpljbeihimcojagc |
Officiell webbadress | https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc |
Beskrivning | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track… |
Filstorlek | 22.2 KB |
Antal Installationer | 48 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2020-08-26 |
Publiceringsdatum | 2020-08-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | videozang |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://youtube-playlist-randomizer.bitbucket.io/ |
Stödda Språk | 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" ] } } |