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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |