Picture-in-Picture (PiP) for All 4
Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player
Cos'è Picture-in-Picture (PiP) for All 4?
Picture-in-Picture (PiP) for All 4 è un'estensione di Chrome sviluppata da Ollie Treend, e la sua funzione principale è "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Picture-in-Picture (PiP) for All 4
Scarica i file di estensione Picture-in-Picture (PiP) for All 4 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 enables Picture-in-Picture (PiP) for videos being watched on Channel 4's All 4 player. Note: The video will pause for ad breaks. You'll need to return to the browser tab which is playing the video and watch the adverts before playback will resume.
Informazioni di Base sull'Estensione
Nome | Picture-in-Picture (PiP) for All 4 |
ID | knfagafhnbbhippdocjodaoojmmhhidk |
URL Ufficiale | https://chromewebstore.google.com/detail/picture-in-picture-pip-fo/knfagafhnbbhippdocjodaoojmmhhidk |
Descrizione | Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player |
Dimensione del File | 7.94 KB |
Conteggio Installazioni | 847 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-01-15 |
Data di Pubblicazione | 2021-03-17 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Ollie Treend |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture (PiP) for All 4", "description": "Enable Picture-in-Picture (PiP) on the Channel 4 'All 4' player", "version": "1.0.1", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.channel4.com\/programmes\/*" ], "js": [ "arrive.min.js", "enable-pip.js" ] } ], "icons": { "19": "\/icons\/icon19.png", "38": "\/icons\/icon38.png", "128": "\/icons\/icon128.png" } } |