Maximize Your Video
Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…
Apa itu Maximize Your Video?
Maximize Your Video adalah ekstensi Chrome yang dikembangkan oleh http://html5devs.blogspot.com, dan fitur utamanya adalah "Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Maximize Your Video
Unduh file ekstensi Maximize Your Video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nnoolcmohdeiebjkjepmpjgmdpidcnpd |
URL Resmi | https://chrome.google.com/webstore/detail/maximize-your-video/nnoolcmohdeiebjkjepmpjgmdpidcnpd |
Deskripsi | Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the… |
Ukuran File | 91.1 KB |
Jumlah Instalasi | 212 |
Versi Saat Ini | 2.0.0.4 |
Terakhir Diperbarui | 2013-08-01 |
Tanggal Publikasi | 2013-08-01 |
Penilaian | 4.19/5 Total 21 Penilaian |
Pengembang | http://html5devs.blogspot.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |