PIP Progress
When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Co to jest PIP Progress?
PIP Progress to rozszerzenie Chrome opracowane przez videozang, a jego główną funkcją jest „When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PIP Progress
Pobierz pliki rozszerzeń PIP Progress w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | PIP Progress |
ID | ppolnlcdkhoijpacncboankcnpbgafem |
Oficjalny URL | https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem |
Opis | When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the… |
Rozmiar pliku | 77.09 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2020-09-07 |
Data Publikacji | 2020-09-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | videozang |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://youtube-playlist-randomizer.bitbucket.io/ |
Obsługiwane Języki | 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" ] } |