Fill Window - Youtube
Plays Youtube videos in the entire window
Apa itu Fill Window - Youtube?
Fill Window - Youtube adalah ekstensi Chrome yang dikembangkan oleh TT Ext, dan fitur utamanya adalah "Plays Youtube videos in the entire window".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fill Window - Youtube
Unduh file ekstensi Fill Window - Youtube 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
Adds a button to the corner of your browser that will toggle youtube videos to fill the window. Advantages: Does not run any code when not in use. Will also work on drive.google.com
Informasi Dasar Ekstensi
Nama | Fill Window - Youtube |
ID | ndkhjifkhiepbolnmojnaaghdfdepjof |
URL Resmi | https://chromewebstore.google.com/detail/fill-window-youtube/ndkhjifkhiepbolnmojnaaghdfdepjof |
Deskripsi | Plays Youtube videos in the entire window |
Ukuran File | 13.13 KB |
Jumlah Instalasi | 1,069 |
Versi Saat Ini | 0.0.0.10 |
Terakhir Diperbarui | 2024-02-23 |
Tanggal Publikasi | 2019-04-27 |
Penilaian | 4.78/5 Total 18 Penilaian |
Pengembang | TT Ext |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fill Window - Youtube", "description": "Plays Youtube videos in the entire window", "version": "0.0.0.10", "permissions": [ "scripting", "activeTab" ], "commands": [], "manifest_version": 3, "icons": { "128": "red.png" }, "action": { "default_title": "Fill Window", "default_popup": "window.html", "default_icon": "red.png" } } |