Messenger - Theme Selector
A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!
What is Messenger - Theme Selector?
Messenger - Theme Selector is a Chrome extension developed by https://morningtrain.dk, and its main feature is "A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes!".
Extension Screenshots
Download Messenger - Theme Selector Extension CRX File
Download Messenger - Theme Selector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Messenger - Theme Selector |
ID | cghmigojnbaajmeigfphpaiepjjhcbpe |
Official URL | https://chromewebstore.google.com/detail/messenger-theme-selector/cghmigojnbaajmeigfphpaiepjjhcbpe |
Description | A theme selector for Facebook's Messenger (messenger.com) with multiple awesome looking themes! |
File Size | 85.11 KB |
Installation Count | 1,196 |
Current Version | 1.6 |
Last Updated | 2019-10-11 |
Publish Date | 2019-10-11 |
Rating | 3.40/5 Total 55 Ratings |
Developer | https://morningtrain.dk |
Payment Type | free |
Extension Website | https://morningtrain.dk/ |
Supported Languages | 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" ] } |