Full Window YouTube

Resize YouTube videos to fill the entire browser window.

Apa itu Full Window YouTube?

Full Window YouTube adalah ekstensi Chrome yang dikembangkan oleh robbyking, dan fitur utamanya adalah "Resize YouTube videos to fill the entire browser window. ".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Full Window YouTube

Unduh file ekstensi Full 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

                        Resize YouTube videos to fill the entire browser window.                    

Informasi Dasar Ekstensi

Nama Full Window YouTube Full Window YouTube
ID ljoihobokkeeobaplgebomjknmchpace
URL Resmi https://chrome.google.com/webstore/detail/ljoihobokkeeobaplgebomjknmchpace
Deskripsi Resize YouTube videos to fill the entire browser window.
Ukuran File 22.78 KB
Jumlah Instalasi 1,188
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-03-02
Tanggal Publikasi 2017-03-02
Penilaian 4.08/5 Total 13 Penilaian
Pengembang robbyking
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Full Window YouTube",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}