Reddit Auto Dark Mode

Make reddit respect system theme

Reddit Auto Dark Modeとは何ですか?

Reddit Auto Dark Modeはjtucker2によって開発されたChromeの拡張機能で、その主な機能は「Make reddit respect system theme」です。

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

screenshot

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

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

拡張機能の使用方法

                        Currently Reddit does not have an option to sync it's theme to your system theme. This extension automatically changes Reddit between light and dark mode depending on your system theme.                    

拡張機能の基本情報

名前 Reddit Auto Dark Mode Reddit Auto Dark Mode
ID ejbbhcpkjnloojhfihmbfgkcjiaoecdg
公式URL https://chromewebstore.google.com/detail/reddit-auto-dark-mode/ejbbhcpkjnloojhfihmbfgkcjiaoecdg
説明 Make reddit respect system theme
ファイルサイズ 25.14 KB
インストール数 490
現在のバージョン 1.0
最終更新日 2022-06-03
公開日 2022-06-03
評価 4.44/5 合計 16 レビュー
開発者 jtucker2
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Auto Dark Mode",
    "description": "Make reddit respect system theme",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "darkMode.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}