YouTube Picture-In-Picture
This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
Co to jest YouTube Picture-In-Picture?
YouTube Picture-In-Picture to rozszerzenie Chrome opracowane przez Simon Li, a jego główną funkcją jest „This extension pops the current video to a floating window and allows you to continue watching it while using other applications.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Picture-In-Picture
Pobierz pliki rozszerzeń YouTube Picture-In-Picture 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
YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Picture-In-Picture |
ID | phneljjeificmdaehodadkdiacgiinbk |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
Opis | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
Rozmiar pliku | 9.37 KB |
Liczba instalacji | 744 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-12-04 |
Data Publikacji | 2020-12-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Simon Li |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Picture-In-Picture", "version": "1.0.1", "description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.", "manifest_version": 2, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "storage" ], "browser_action": { "default_icon": "icon-64.png", "default_title": "YouTube Picture-in-Picture", "default_popup": "popup.html" } } |