Reddit Auto Dark Mode
Make reddit respect system theme
什麼是Reddit Auto Dark Mode?
Reddit Auto Dark Mode是由jtucker2開發的Chrome擴展程式,該擴展的主要功能是“Make reddit respect system theme”。
擴展截圖
下載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 |
ID | ejbbhcpkjnloojhfihmbfgkcjiaoecdg |
官方網址 | 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 |
電子郵箱 | [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" } } |