PIP Next
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Τι είναι το PIP Next;
Το PIP Next είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον videozang, και η κύρια λειτουργία του είναι "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PIP Next
Λήψη αρχείων επέκτασης PIP Next σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track button on the PIP screen. You have to go back to the original tab to use the next button. It is very annoying while you are browsing other tabs. With this extension, the player will forward to next video each time you click it (you'd better to pin it).
Βασικές Πληροφορίες Επέκτασης
Όνομα | PIP Next |
ID | kiliibbgffnhndgbcpljbeihimcojagc |
Επίσημο URL | https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc |
Περιγραφή | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track… |
Μέγεθος Αρχείου | 22.2 KB |
Αριθμός Εγκαταστάσεων | 48 |
Τρέχουσα Έκδοση | 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 Next", "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" ] } } |