PIP Prev
When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
Co je PIP Prev?
PIP Prev je rozšíření Chrome vyvinuté videozang, a jeho hlavní funkcí je „When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PIP Prev
Stáhněte si soubory rozšíření PIP Prev ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | PIP Prev |
ID | heahgkbhffmbjlemgdcjnajhkgimmcoj |
Oficiální URL | https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj |
Popis | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous… |
Velikost souboru | 22.04 KB |
Počet instalací | 37 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2020-08-26 |
Datum Vydání | 2020-08-24 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | videozang |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://youtube-playlist-randomizer.bitbucket.io/ |
Podporované Jazyky | 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" ] } } |