PIP Prev

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

What is PIP Prev?

PIP Prev is a Chrome extension developed by videozang, and its main feature is "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…".

Extension Screenshots

screenshot

Download PIP Prev Extension CRX File

Download PIP Prev extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PIP Prev PIP Prev
ID heahgkbhffmbjlemgdcjnajhkgimmcoj
Official URL https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj
Description When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
File Size 22.04 KB
Installation Count 37
Current Version 0.3
Last Updated 2020-08-26
Publish Date 2020-08-24
Rating 5.00/5 Total 2 Ratings
Developer videozang
Email [email protected]
Payment Type free
Extension Website https://youtube-playlist-randomizer.bitbucket.io/
Supported Languages 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"
        ]
    }
}