Messenger Dark Theme
Simple dark theme for Facebook Messenger.
Messenger Dark Theme là gì?
Messenger Dark Theme là một tiện ích mở rộng Chrome được phát triển bởi jerry1100, và tính năng chính của nó là "Simple dark theme for Facebook Messenger.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Messenger Dark Theme
Tải xuống các tệp mở rộng Messenger Dark Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Messenger Dark Theme |
ID | eobhfnijalkolbbmdoonheekjidkoojd |
URL Chính Thức | https://chromewebstore.google.com/detail/messenger-dark-theme/eobhfnijalkolbbmdoonheekjidkoojd |
Mô tả | Simple dark theme for Facebook Messenger. |
Kích Thước Tệp | 16.76 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.13 |
Cập Nhật Lần Cuối | 2024-02-23 |
Ngày Phát Hành | 2019-10-25 |
Đánh Giá | 4.83/5 Tổng số 84 Đánh Giá |
Nhà Phát Triển | jerry1100 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jerry1100/messenger-dark-theme |
URL Trang Trợ Giúp | https://github.com/jerry1100/messenger-dark-theme/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |