floatplane-cinema-mode

Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…

Apa itu floatplane-cinema-mode?

floatplane-cinema-mode adalah ekstensi Chrome yang dikembangkan oleh boz.black, dan fitur utamanya adalah "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi floatplane-cinema-mode

Unduh file ekstensi floatplane-cinema-mode 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

                        Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.                    

Informasi Dasar Ekstensi

Nama floatplane-cinema-mode floatplane-cinema-mode
ID illocnfoncohhonnhlpdjafenjndaclo
URL Resmi https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo
Deskripsi Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
Ukuran File 27.89 KB
Jumlah Instalasi 30
Versi Saat Ini 0.2
Terakhir Diperbarui 2019-10-08
Tanggal Publikasi 2019-10-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang boz.black
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mr-black-8/floatplane-cinema-mode
URL Halaman Bantuan https://github.com/mr-black-8/floatplane-cinema-mode
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "floatplane-cinema-mode",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.floatplane.com\/*",
                "https:\/\/www.floatplane.com\/*"
            ],
            "css": [
                "fpcm-style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}