YouTube PopOut
Pop out a youtube video into panel window from a YouTube video page
Cos'è YouTube PopOut?
YouTube PopOut è un'estensione di Chrome sviluppata da JIVE DESIGN, e la sua funzione principale è "Pop out a youtube video into panel window from a YouTube video page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube PopOut
Scarica i file di estensione YouTube PopOut 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
Watch a YouTube video while multi-tasking without having to make a new window, resizing it, and repositioning your other windows. YouTube PopOut uses Chrome's Panels to pop-out YouTube video pages and positions them above all your other windows, conveniently at the bottom of your screen. ** IMPORTANT **: This elegant solution requires the enabling of Chrome's Panels. To do so, simple visit "chrome://flags", enable panels, and restart Chrome.
Informazioni di Base sull'Estensione
Nome | YouTube PopOut |
ID | ebkmdjfacnopogghbimpabhbfelkkhah |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-popout/ebkmdjfacnopogghbimpabhbfelkkhah |
Descrizione | Pop out a youtube video into panel window from a YouTube video page |
Dimensione del File | 49.92 KB |
Conteggio Installazioni | 1,218 |
Versione Corrente | 0.0.0.4 |
Ultimo Aggiornamento | 2014-12-24 |
Data di Pubblicazione | 2014-12-24 |
Valutazione | 2.00/5 Totale 9 Valutazioni |
Sviluppatore | JIVE DESIGN |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube PopOut", "manifest_version": 2, "description": "Pop out a youtube video into panel window from a YouTube video page", "version": "0.0.0.4", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/youtube.com\/*" ], "background": { "scripts": [ "bg.js" ], "persistent": false } } |