Chrome PIP
Activate Picture-in-Picture
Cos'è Chrome PIP?
Chrome PIP è un'estensione di Chrome sviluppata da Liam Newmarch, e la sua funzione principale è "Activate Picture-in-Picture".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome PIP
Scarica i file di estensione Chrome PIP 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
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.
Informazioni di Base sull'Estensione
Nome | Chrome PIP |
ID | jakfcfljbcjkchopdcdbaonfphljgnbp |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-pip/jakfcfljbcjkchopdcdbaonfphljgnbp |
Descrizione | Activate Picture-in-Picture |
Dimensione del File | 9.38 KB |
Conteggio Installazioni | 126 |
Versione Corrente | 2022.01.25 |
Ultimo Aggiornamento | 2022-01-28 |
Data di Pubblicazione | 2022-01-27 |
Sviluppatore | Liam Newmarch |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |