Picture in Picture Video
Extension to trigger PIP!
Cos'è Picture in Picture Video?
Picture in Picture Video è un'estensione di Chrome sviluppata da mickeyjc, e la sua funzione principale è "Extension to trigger PIP!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Picture in Picture Video
Scarica i file di estensione Picture in Picture Video 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
Trigger Picture in Picture mode for HTML 5 video element. Should work for all web page that has an HTML 5 video. eg, youtube - Install the extension - Browse to the webpage that contains a web video - The PIP extension icon should turn Green - Click the PIP extension icon - Web video will be in picture in picture mode.
Informazioni di Base sull'Estensione
Nome | |
ID | cfbelahlacbmjflikmaagnfpoadanpfh |
URL Ufficiale | https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh |
Descrizione | Extension to trigger PIP! |
Dimensione del File | 11.21 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-11-30 |
Data di Pubblicazione | 2019-11-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | mickeyjc |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Video", "version": "1.0", "description": "Extension to trigger PIP!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "storage", "https:\/\/*\/" ], "browser_action": { "default_title": "Picture in Picture", "default_icon": { "16": "images\/icon16x.png", "32": "images\/icon32x.png", "48": "images\/icon32x.png", "128": "images\/icon128x.png" } }, "manifest_version": 2 } |