Windowed Fullscreen for Videos

Adds a windowed fullscreen button to all videos.

Apa itu Windowed Fullscreen for Videos?

Windowed Fullscreen for Videos adalah ekstensi Chrome yang dikembangkan oleh https://napalighost.com, dan fitur utamanya adalah "Adds a windowed fullscreen button to all videos.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Windowed Fullscreen for Videos

Unduh file ekstensi Windowed Fullscreen for Videos 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

                        Works with most websites that include videos through the HTML5 

Informasi Dasar Ekstensi

Nama Windowed Fullscreen for Videos Windowed Fullscreen for Videos
ID bkcghongfpfngpdobomhdehbffibkjlh
URL Resmi https://chromewebstore.google.com/detail/windowed-fullscreen-for-v/bkcghongfpfngpdobomhdehbffibkjlh
Deskripsi Adds a windowed fullscreen button to all videos.
Ukuran File 16.39 KB
Jumlah Instalasi 849
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-06-28
Tanggal Publikasi 2022-06-28
Penilaian 4.83/5 Total 6 Penilaian
Pengembang https://napalighost.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.napalighost.com/windowed-fullscreen-for-videos
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Windowed Fullscreen for Videos",
    "version": "1.0.0",
    "description": "Adds a windowed fullscreen button to all videos.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "style.css"
            ],
            "js": [
                "init.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "permissions": [
        "storage"
    ]
}