FPL Dark Mode

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

What is FPL Dark Mode?

FPL Dark Mode is a Chrome extension developed by CIubFoot, and its main feature is "A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live 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

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

Extension Basic Information

Name FPL Dark Mode FPL Dark Mode
ID bfkidkogdmjfmlgeanihgkmifjkdpcfj
Official URL https://chromewebstore.google.com/detail/fpl-dark-mode/bfkidkogdmjfmlgeanihgkmifjkdpcfj
Description A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.
File Size 32.86 KB
Installation Count 231
Current Version 0.32
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.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"
    }
}