Chrome PIP
Activate Picture-in-Picture
Co to jest Chrome PIP?
Chrome PIP to rozszerzenie Chrome opracowane przez Liam Newmarch, a jego główną funkcją jest „Activate Picture-in-Picture”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome PIP
Pobierz pliki rozszerzeń Chrome PIP 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
A Chrome extension to activate Picture-in-Picture. This is useful in situations where: * The media menu in Chrome is not visible – this is the case with Progressive Web Apps. * The website has set the `disablePictureInPicture` attribute on a video which this extension removes.
Podstawowe informacje o rozszerzeniu
Nazwa | Chrome PIP |
ID | jakfcfljbcjkchopdcdbaonfphljgnbp |
Oficjalny URL | https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp |
Opis | Activate Picture-in-Picture |
Rozmiar pliku | 9.38 KB |
Liczba instalacji | 126 |
Aktualna Wersja | 2022.01.25 |
Ostatnia Aktualizacja | 2022-01-28 |
Data Publikacji | 2022-01-27 |
Deweloper | Liam Newmarch |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome PIP", "description": "Activate Picture-in-Picture", "version": "2022.01.25", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Activate Picture-in-Picture" }, "background": { "service_worker": "service_worker.js" }, "icons": { "1024": "\/icons\/1024.png", "512": "\/icons\/512.png", "128": "\/icons\/128.png", "48": "\/icons\/48.png", "32": "\/icons\/32.png", "16": "\/icons\/16.png" } } |