Picture in Picture
Provide PIP function for Youtube, Bilibili and so on.
Cos'è Picture in Picture?
Picture in Picture è un'estensione di Chrome sviluppata da https://www.johnzhang.xyz, e la sua funzione principale è "Provide PIP function for Youtube, Bilibili and so on.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Picture in Picture
Scarica i file di estensione Picture in Picture 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
Picture-in-Picture (PiP) Mode allows you to watch videos in a floating window (always on top of other windows), this feature was support late last year and this extension would support other sites like Youtube and so on.
Informazioni di Base sull'Estensione
Nome | |
ID | macihajaciflkkmodijnkfjmpikhjepe |
URL Ufficiale | https://chrome.google.com/webstore/detail/picture-in-picture/macihajaciflkkmodijnkfjmpikhjepe |
Descrizione | Provide PIP function for Youtube, Bilibili and so on. |
Dimensione del File | 57.96 KB |
Conteggio Installazioni | 305 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-02-01 |
Data di Pubblicazione | 2019-01-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.johnzhang.xyz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "sites\/youtube\/pip.css" ], "js": [ "sites\/youtube\/pip.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "description": "Provide PIP function for Youtube, Bilibili and so on.", "name": "Picture in Picture", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "assets\/pip512.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "assets\/pip48.png", "128": "assets\/pip128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+P", "mac": "Alt+P", "chromeos": "Alt+P", "linux": "Alt+P" } } }, "permissions": [ "tabs", " |