FPL Dark Mode

A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.

Apa itu FPL Dark Mode?

FPL Dark Mode adalah ekstensi Chrome yang dikembangkan oleh CIubFoot, dan fitur utamanya adalah "A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FPL Dark Mode

Unduh file ekstensi FPL Dark 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

                        A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.                    

Informasi Dasar Ekstensi

Nama FPL Dark Mode FPL Dark Mode
ID bfkidkogdmjfmlgeanihgkmifjkdpcfj
URL Resmi https://chromewebstore.google.com/detail/fpl-dark-mode/bfkidkogdmjfmlgeanihgkmifjkdpcfj
Deskripsi A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.
Ukuran File 32.86 KB
Jumlah Instalasi 231
Versi Saat Ini 0.32
Terakhir Diperbarui 2019-12-19
Tanggal Publikasi 2019-12-12
Pengembang CIubFoot
Tipe Pembayaran free
Situs Ekstensi https://www.floatplane.com/channel/linustechtips/live
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPL Dark Mode",
    "version": "0.32",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "video.css"
            ],
            "matches": [
                "http:\/\/www.floatplane.com\/video",
                "https:\/\/www.floatplane.com\/video"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "FPLDarkMode-192.png"
    },
    "icons": {
        "16": "FPLDarkMode-16.png",
        "48": "FPLDarkMode-48.png",
        "128": "FPLDarkMode-128.png"
    }
}