YouTube Video Expander
Embeds the current YouTube video within the entire Chrome window.
Cos'è YouTube Video Expander?
YouTube Video Expander è un'estensione di Chrome sviluppata da wilmol, e la sua funzione principale è "Embeds the current YouTube video within the entire Chrome window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Video Expander
Scarica i file di estensione YouTube Video Expander 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
Fills the browser with the current YouTube video on click of the extension icon. This is different to the full-screen option which fills the entire monitor. This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc. See the before and after screenshots for an example.
Informazioni di Base sull'Estensione
Nome | YouTube Video Expander |
ID | mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
Descrizione | Embeds the current YouTube video within the entire Chrome window. |
Dimensione del File | 5.06 KB |
Conteggio Installazioni | 396 |
Versione Corrente | 0.0.0.4 |
Ultimo Aggiornamento | 2017-04-20 |
Data di Pubblicazione | 2017-04-19 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | wilmol |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/wilmol |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Expander", "version": "0.0.0.4", "manifest_version": 2, "description": "Embeds the current YouTube video within the entire Chrome window.", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |