PIP Next

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

Co je PIP Next?

PIP Next je rozšíření Chrome vyvinuté videozang, a jeho hlavní funkcí je „When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PIP Next

Stáhněte si soubory rozšíření PIP Next ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název PIP Next PIP Next
ID kiliibbgffnhndgbcpljbeihimcojagc
Oficiální URL https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc
Popis When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Velikost souboru 22.2 KB
Počet instalací 48
Aktuální Verze 0.3
Poslední Aktualizace 2020-08-26
Datum Vydání 2020-08-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář videozang
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://youtube-playlist-randomizer.bitbucket.io/
Podporované Jazyky 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"
        ]
    }
}