Messenger Dark Theme
Simple dark theme for Facebook Messenger.
什么是Messenger Dark Theme?
Messenger Dark Theme是由jerry1100开发的Chrome扩展程序,该扩展的主要功能是“Simple dark theme for Facebook Messenger.”。
扩展截图
下载Messenger Dark Theme扩展crx文件
下载Messenger Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Works with the new Messenger update! Another dark theme for Messenger? Yes, but here's why you should use this over the others: 1. It looks the best. It's clean, minimalistic, and the colors work well. 2. It's modern and well-maintained. Post an issue and I'll likely resolve it within a few days. 3. The code is simple and it's open-source. All this does is add styles to override Facebook's styles. No JavaScript, no tracking, 100% secure. Works immediately after installing. Post issues and suggestions here: https://github.com/jerry1100/messenger-dark-theme/issues. I'll respond!
扩展基本信息
名称 | Messenger Dark Theme |
ID | eobhfnijalkolbbmdoonheekjidkoojd |
官方URL | https://chromewebstore.google.com/detail/messenger-dark-theme/eobhfnijalkolbbmdoonheekjidkoojd |
简介 | Simple dark theme for Facebook Messenger. |
文件大小 | 16.76 KB |
安装次数 | 10,000 |
当前版本 | 1.13 |
更新时间 | 2024-02-23 |
上架时间 | 2019-10-25 |
评分 | 4.83/5 共84次评分 |
开发者 | jerry1100 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jerry1100/messenger-dark-theme |
帮助页面URL | https://github.com/jerry1100/messenger-dark-theme/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Messenger Dark Theme", "version": "1.13", "description": "Simple dark theme for Facebook Messenger.", "homepage_url": "https:\/\/github.com\/jerry1100\/messenger-dark-theme", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.messenger.com\/*" ], "css": [ "style.css" ] } ] } |