PIP Next

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

Hvad er PIP Next?

PIP Next er en Chrome-udvidelse udviklet af videozang, og dens hovedfunktion er "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".

Udvidelsesskærmbilleder

screenshot

Download PIP Next-udvidelses-CRX-fil

Download PIP Next-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn PIP Next PIP Next
ID kiliibbgffnhndgbcpljbeihimcojagc
Officiel URL https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc
Beskrivelse When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Filstørrelse 22.2 KB
Antal Installationer 48
Nuværende Version 0.3
Senest Opdateret 2020-08-26
Udgivelsesdato 2020-08-24
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler videozang
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://youtube-playlist-randomizer.bitbucket.io/
Understøttede Sprog 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"
        ]
    }
}