FPL Dark Mode

Floatplane Dark Mode extension for LIVE pages. *Update* Now includes dark mode for video pages.

What is FPL Dark Mode?

FPL Dark Mode is a Chrome extension developed by CIubFoot, and its main feature is "Floatplane Dark Mode extension for LIVE pages. *Update* Now includes dark mode for video pages.".

Extension Screenshots

screenshot

Download FPL Dark Mode Extension CRX File

Download FPL Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Floatplane Dark Mode extension for LIVE pages.

*Update*

Now includes dark mode for video pages.                    

Extension Basic Information

Name FPL Dark Mode FPL Dark Mode
ID eaiekimfeppcfgibkmaokmgkkejhnbcm
Official URL https://chromewebstore.google.com/detail/fpl-dark-mode/eaiekimfeppcfgibkmaokmgkkejhnbcm
Description Floatplane Dark Mode extension for LIVE pages. *Update* Now includes dark mode for video pages.
File Size 32.86 KB
Installation Count 24
Current Version 0.33
Last Updated 2019-12-19
Publish Date 2019-12-12
Developer CIubFoot
Payment Type free
Extension Website https://www.floatplane.com/channel/linustechtips/live
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPL Dark Mode",
    "version": "0.33",
    "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"
    }
}