FPL Dark Mode

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

FPL Dark Modeとは何ですか?

FPL Dark ModeはCIubFootによって開発されたChromeの拡張機能で、その主な機能は「A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.」です。

拡張機能のスクリーンショット

screenshot

FPL Dark Mode拡張機能のCRXファイルをダウンロード

FPL Dark Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 FPL Dark Mode FPL Dark Mode
ID bfkidkogdmjfmlgeanihgkmifjkdpcfj
公式URL https://chromewebstore.google.com/detail/fpl-dark-mode/bfkidkogdmjfmlgeanihgkmifjkdpcfj
説明 A simple 'Dark Mode' extension that also helps focus the chat and video of Floatplane's live pages.
ファイルサイズ 32.86 KB
インストール数 231
現在のバージョン 0.32
最終更新日 2019-12-19
公開日 2019-12-12
開発者 CIubFoot
支払い方法 free
拡張機能のウェブサイト https://www.floatplane.com/channel/linustechtips/live
対応言語 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"
    }
}