PIP Prev

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

Was ist PIP Prev?

PIP Prev ist eine Chrome-Erweiterung, die von videozang entwickelt wurde, und ihr Hauptmerkmal ist "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…".

Erweiterungsscreenshots

screenshot

PIP Prev-Erweiterungs-CRX-Datei herunterladen

Laden Sie PIP Prev-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name PIP Prev PIP Prev
ID heahgkbhffmbjlemgdcjnajhkgimmcoj
Offizielle URL https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj
Beschreibung When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
Dateigröße 22.04 KB
Installationsanzahl 37
Aktuelle Version 0.3
Letztes Update 2020-08-26
Veröffentlichungsdatum 2020-08-24
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler videozang
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://youtube-playlist-randomizer.bitbucket.io/
Unterstützte Sprachen 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"
        ]
    }
}