PIP Prev
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
Τι είναι το PIP Prev;
Το PIP Prev είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον videozang, και η κύρια λειτουργία του είναι "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PIP Prev
Λήψη αρχείων επέκτασης PIP Prev σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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).
Βασικές Πληροφορίες Επέκτασης
Όνομα | PIP Prev |
ID | heahgkbhffmbjlemgdcjnajhkgimmcoj |
Επίσημο URL | https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj |
Περιγραφή | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous… |
Μέγεθος Αρχείου | 22.04 KB |
Αριθμός Εγκαταστάσεων | 37 |
Τρέχουσα Έκδοση | 0.3 |
Τελευταία Ενημέρωση | 2020-08-26 |
Ημερομηνία Δημοσίευσης | 2020-08-24 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | videozang |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://youtube-playlist-randomizer.bitbucket.io/ |
Υποστηριζόμενες Γλώσσες | 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" ] } } |