YouTube Picture-In-Picture
This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
Cos'è YouTube Picture-In-Picture?
YouTube Picture-In-Picture è un'estensione di Chrome sviluppata da Simon Li, e la sua funzione principale è "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Picture-In-Picture
Scarica i file di estensione YouTube 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
YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos.
Informazioni di Base sull'Estensione
Nome | YouTube Picture-In-Picture |
ID | phneljjeificmdaehodadkdiacgiinbk |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
Descrizione | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
Dimensione del File | 9.37 KB |
Conteggio Installazioni | 744 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-12-04 |
Data di Pubblicazione | 2020-12-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Simon Li |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Picture-In-Picture", "version": "1.0.1", "description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.", "manifest_version": 2, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "storage" ], "browser_action": { "default_icon": "icon-64.png", "default_title": "YouTube Picture-in-Picture", "default_popup": "popup.html" } } |