PIP Prev

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

Qu'est-ce que PIP Prev ?

PIP Prev est une extension Chrome développée par videozang, et sa fonction principale est "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PIP Prev

Téléchargez les fichiers d'extension PIP Prev au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PIP Prev PIP Prev
ID heahgkbhffmbjlemgdcjnajhkgimmcoj
URL Officiel 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…
Taille du Fichier 22.04 KB
Nombre d'Installations 37
Version Actuelle 0.3
Dernière Mise à Jour 2020-08-26
Date de Publication 2020-08-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur videozang
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://youtube-playlist-randomizer.bitbucket.io/
Langues Prises en Charge 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"
        ]
    }
}