YouTube Video Expander
Embeds the current YouTube video within the entire Chrome window.
Apa itu YouTube Video Expander?
YouTube Video Expander adalah ekstensi Chrome yang dikembangkan oleh wilmol, dan fitur utamanya adalah "Embeds the current YouTube video within the entire Chrome window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Video Expander
Unduh file ekstensi YouTube Video Expander 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
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.
Informasi Dasar Ekstensi
Nama | YouTube Video Expander |
ID | mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
URL Resmi | https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc |
Deskripsi | Embeds the current YouTube video within the entire Chrome window. |
Ukuran File | 5.06 KB |
Jumlah Instalasi | 396 |
Versi Saat Ini | 0.0.0.4 |
Terakhir Diperbarui | 2017-04-20 |
Tanggal Publikasi | 2017-04-19 |
Penilaian | 3.25/5 Total 4 Penilaian |
Pengembang | wilmol |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.com/wilmol |
Bahasa yang Didukung | 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" ] } |