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 |
官方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 |
电子邮箱 | [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" } } |