FPL Dark Mode
A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.
Hvad er FPL Dark Mode?
FPL Dark Mode er en Chrome-udvidelse udviklet af CIubFoot, og dens hovedfunktion er "A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.".
Udvidelsesskærmbilleder
Download FPL Dark Mode-udvidelses-CRX-fil
Download FPL Dark Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.
Grundlæggende oplysninger om udvidelsen
Navn | FPL Dark Mode |
ID | bfkidkogdmjfmlgeanihgkmifjkdpcfj |
Officiel URL | https://chromewebstore.google.com/detail/fpl-dark-mode/bfkidkogdmjfmlgeanihgkmifjkdpcfj |
Beskrivelse | A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages. |
Filstørrelse | 32.86 KB |
Antal Installationer | 231 |
Nuværende Version | 0.32 |
Senest Opdateret | 2019-12-19 |
Udgivelsesdato | 2019-12-12 |
Udvikler | CIubFoot |
Betalingsmetode | free |
Udvidelseswebsted | https://www.floatplane.com/channel/linustechtips/live |
Understøttede Sprog | 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" } } |