PIP Prev

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

Co to jest PIP Prev?

PIP Prev to rozszerzenie Chrome opracowane przez videozang, a jego główną funkcją jest „When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PIP Prev

Pobierz pliki rozszerzeń PIP Prev w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous track button on the PIP screen. You have to go back to the original tab to use the prev button. It is very annoying while you are browsing other tabs.

With this extension, the player will go back to previous video each time you click it (you'd better to pin it).                    

Podstawowe informacje o rozszerzeniu

Nazwa PIP Prev PIP Prev
ID heahgkbhffmbjlemgdcjnajhkgimmcoj
Oficjalny URL https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj
Opis When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
Rozmiar pliku 22.04 KB
Liczba instalacji 37
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-08-26
Data Publikacji 2020-08-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper videozang
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://youtube-playlist-randomizer.bitbucket.io/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PIP Prev",
    "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"
        ]
    }
}