PIP Next
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Apa itu PIP Next?
PIP Next adalah ekstensi Chrome yang dikembangkan oleh videozang, dan fitur utamanya adalah "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PIP Next
Unduh file ekstensi PIP Next dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | PIP Next |
ID | kiliibbgffnhndgbcpljbeihimcojagc |
URL Resmi | https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc |
Deskripsi | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track… |
Ukuran File | 22.2 KB |
Jumlah Instalasi | 48 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2020-08-26 |
Tanggal Publikasi | 2020-08-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | videozang |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://youtube-playlist-randomizer.bitbucket.io/ |
Bahasa yang Didukung | 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" ] } } |