PIP Progress
When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Co je PIP Progress?
PIP Progress je rozšíření Chrome vyvinuté videozang, a jeho hlavní funkcí je „When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PIP Progress
Stáhněte si soubory rozšíření PIP Progress 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 play your video list, With this extension, you will see the progress of current video through the icon change and the tooltip on the icon (you'd better to pin it).
Základní Informace o Rozšíření
Název | PIP Progress |
ID | ppolnlcdkhoijpacncboankcnpbgafem |
Oficiální URL | https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem |
Popis | When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the… |
Velikost souboru | 77.09 KB |
Počet instalací | 23 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2020-09-07 |
Datum Vydání | 2020-09-02 |
Hodnocení | 5.00/5 Celkem 1 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 Progress", "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" ] }, "permissions": [ "tabs" ] } |