Picture-in-Picture for ALL Sites
Enables picture-in-picture mode, even for sites that have disabled it
Co to jest Picture-in-Picture for ALL Sites?
Picture-in-Picture for ALL Sites to rozszerzenie Chrome opracowane przez Jerome Paulos, a jego główną funkcją jest „Enables picture-in-picture mode, even for sites that have disabled it”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Picture-in-Picture for ALL Sites
Pobierz pliki rozszerzeń Picture-in-Picture for ALL Sites 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
This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!
Podstawowe informacje o rozszerzeniu
Nazwa | Picture-in-Picture for ALL Sites |
ID | anmikanblfemkldmaldbhdejcfpodkpd |
Oficjalny URL | https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd |
Opis | Enables picture-in-picture mode, even for sites that have disabled it |
Rozmiar pliku | 6.47 KB |
Liczba instalacji | 2,119 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-04-24 |
Data Publikacji | 2022-04-23 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | Jerome Paulos |
[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": "Picture-in-Picture for ALL Sites", "description": "Enables picture-in-picture mode, even for sites that have disabled it", "version": "1.0", "icons": { "128": "assets\/icon128.png" }, "action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" }, "default_title": "Open Picture-in-Picture" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "manifest_version": 3 } |