Maximize Your Video
Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…
Cos'è Maximize Your Video?
Maximize Your Video è un'estensione di Chrome sviluppata da http://html5devs.blogspot.com, e la sua funzione principale è "Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Maximize Your Video
Scarica i file di estensione Maximize Your 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
Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the videos would play full screen but still leave the browser address bar visible. This allowed me to easily work on my second monitor without the video closing like when you normally maximize.
Informazioni di Base sull'Estensione
Nome | |
ID | nnoolcmohdeiebjkjepmpjgmdpidcnpd |
URL Ufficiale | https://chrome.google.com/webstore/detail/maximize-your-video/nnoolcmohdeiebjkjepmpjgmdpidcnpd |
Descrizione | Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the… |
Dimensione del File | 91.1 KB |
Conteggio Installazioni | 212 |
Versione Corrente | 2.0.0.4 |
Ultimo Aggiornamento | 2013-08-01 |
Data di Pubblicazione | 2013-08-01 |
Valutazione | 4.19/5 Totale 21 Valutazioni |
Sviluppatore | http://html5devs.blogspot.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maximize Your Video", "permissions": [ "tabs", "http:\/\/www.youtube.com\/*" ], "version": "2.0.0.4", "manifest_version": 2, "background": { "page": "background.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "page_action": { "default_icon": "icon1.png", "name": "Click to maximize in the tab" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "http:\/\/jquery.com\/*" ], "js": [ "jquery-1.7.2.min.js", "content.js", "start.js", "off.js" ] } ] } |