Messenger - Theme Selector
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!
Messenger - Theme Selectorとは何ですか?
Messenger - Theme Selectorはhttps://morningtrain.dkによって開発されたChromeの拡張機能で、その主な機能は「A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!」です。
拡張機能のスクリーンショット
Messenger - Theme Selector拡張機能のCRXファイルをダウンロード
Messenger - Theme Selector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! Messenger’s default colors are very bright - especially in the night. Therefore, most of our themes have dark colors to help you and your eyes. The dark colors can help with eyestrain and headaches caused by the light of the monitor.
拡張機能の基本情報
名前 | Messenger - Theme Selector |
ID | cghmigojnbaajmeigfphpaiepjjhcbpe |
公式URL | https://chromewebstore.google.com/detail/messenger-theme-selector/cghmigojnbaajmeigfphpaiepjjhcbpe |
説明 | A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! |
ファイルサイズ | 85.11 KB |
インストール数 | 1,196 |
現在のバージョン | 1.6 |
最終更新日 | 2019-10-11 |
公開日 | 2019-10-11 |
評価 | 3.40/5 合計 55 レビュー |
開発者 | https://morningtrain.dk |
支払い方法 | free |
拡張機能のウェブサイト | https://morningtrain.dk/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger - Theme Selector", "version": "1.6", "manifest_version": 2, "description": "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!", "homepage_url": "https:\/\/morningtrain.dk", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "img\/Aj2Yt8zGd_T.png" ] } |