PIP Progress
When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Qu'est-ce que PIP Progress ?
PIP Progress est une extension Chrome développée par videozang, et sa fonction principale est "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PIP Progress
Téléchargez les fichiers d'extension PIP Progress au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | PIP Progress |
ID | ppolnlcdkhoijpacncboankcnpbgafem |
URL Officiel | https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem |
Description | When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the… |
Taille du Fichier | 77.09 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2020-09-07 |
Date de Publication | 2020-09-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | videozang |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://youtube-playlist-randomizer.bitbucket.io/ |
Langues Prises en Charge | 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" ] } |