PIP Next

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

Wat is PIP Next?

PIP Next is een Chrome-extensie ontwikkeld door videozang, en de belangrijkste functie is "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PIP Next

Download PIP Next-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PIP Next PIP Next
ID kiliibbgffnhndgbcpljbeihimcojagc
Officiële URL https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc
Beschrijving When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Bestandsgrootte 22.2 KB
Aantal Installaties 48
Huidige Versie 0.3
Laatst Bijgewerkt 2020-08-26
Publicatiedatum 2020-08-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar videozang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://youtube-playlist-randomizer.bitbucket.io/
Ondersteunde Talen 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"
        ]
    }
}