PIP Progress
When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Hvad er PIP Progress?
PIP Progress er en Chrome-udvidelse udviklet af videozang, og dens hovedfunktion er "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".
Udvidelsesskærmbilleder
Download PIP Progress-udvidelses-CRX-fil
Download PIP Progress-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | PIP Progress |
ID | ppolnlcdkhoijpacncboankcnpbgafem |
Officiel URL | https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem |
Beskrivelse | When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the… |
Filstørrelse | 77.09 KB |
Antal Installationer | 23 |
Nuværende Version | 0.3 |
Senest Opdateret | 2020-09-07 |
Udgivelsesdato | 2020-09-02 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | videozang |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://youtube-playlist-randomizer.bitbucket.io/ |
Understøttede Sprog | 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" ] } |