Picture-in-Picture for ALL Sites
Enables picture-in-picture mode, even for sites that have disabled it
Cos'è Picture-in-Picture for ALL Sites?
Picture-in-Picture for ALL Sites è un'estensione di Chrome sviluppata da Jerome Paulos, e la sua funzione principale è "Enables picture-in-picture mode, even for sites that have disabled it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Picture-in-Picture for ALL Sites
Scarica i file di estensione Picture-in-Picture for ALL Sites in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Picture-in-Picture for ALL Sites |
ID | anmikanblfemkldmaldbhdejcfpodkpd |
URL Ufficiale | https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd |
Descrizione | Enables picture-in-picture mode, even for sites that have disabled it |
Dimensione del File | 6.47 KB |
Conteggio Installazioni | 2,119 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-24 |
Data di Pubblicazione | 2022-04-23 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | Jerome Paulos |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |