PIP Progress
When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Cos'è PIP Progress?
PIP Progress è un'estensione di Chrome sviluppata da videozang, e la sua funzione principale è "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PIP Progress
Scarica i file di estensione PIP Progress in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | PIP Progress |
ID | ppolnlcdkhoijpacncboankcnpbgafem |
URL Ufficiale | https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem |
Descrizione | When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the… |
Dimensione del File | 77.09 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2020-09-07 |
Data di Pubblicazione | 2020-09-02 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | videozang |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://youtube-playlist-randomizer.bitbucket.io/ |
Lingue Supportate | 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" ] } |