FPL Dark Mode

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

Wat is FPL Dark Mode?

FPL Dark Mode is een Chrome-extensie ontwikkeld door CIubFoot, en de belangrijkste functie is "A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FPL Dark Mode

Download FPL Dark Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam FPL Dark Mode FPL Dark Mode
ID bfkidkogdmjfmlgeanihgkmifjkdpcfj
Officiële URL https://chromewebstore.google.com/detail/fpl-dark-mode/bfkidkogdmjfmlgeanihgkmifjkdpcfj
Beschrijving A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.
Bestandsgrootte 32.86 KB
Aantal Installaties 231
Huidige Versie 0.32
Laatst Bijgewerkt 2019-12-19
Publicatiedatum 2019-12-12
Ontwikkelaar CIubFoot
Betalingswijze free
Extensiewebsite https://www.floatplane.com/channel/linustechtips/live
Ondersteunde Talen 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"
    }
}