PIP Progress
When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Was ist PIP Progress?
PIP Progress ist eine Chrome-Erweiterung, die von videozang entwickelt wurde, und ihr Hauptmerkmal ist "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".
Erweiterungsscreenshots
PIP Progress-Erweiterungs-CRX-Datei herunterladen
Laden Sie PIP Progress-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | PIP Progress |
ID | ppolnlcdkhoijpacncboankcnpbgafem |
Offizielle URL | https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem |
Beschreibung | When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the… |
Dateigröße | 77.09 KB |
Installationsanzahl | 23 |
Aktuelle Version | 0.3 |
Letztes Update | 2020-09-07 |
Veröffentlichungsdatum | 2020-09-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | videozang |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://youtube-playlist-randomizer.bitbucket.io/ |
Unterstützte Sprachen | 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" ] } |