Mess
A Discord skin for messenger.com
What is Mess?
Mess is a Chrome extension developed by danbovey, and its main feature is "A Discord skin for messenger.com".
Extension Screenshots
Download Mess Extension CRX File
Download Mess 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
Mess changes the appearance of messenger.com to look like Discord. - Dark and light theme - IRC style chat or Classic Messenger bubble chats - Hide chat actions like voice or games if you don't use them - Auto-expand large Imgur GIFVs
Extension Basic Information
Name | Mess |
ID | hpjbefeabedbcmieiedpnhpngeacjamg |
Official URL | https://chromewebstore.google.com/detail/mess/hpjbefeabedbcmieiedpnhpngeacjamg |
Description | A Discord skin for messenger.com |
File Size | 1.14 MB |
Installation Count | 273 |
Current Version | 1.0.9 |
Last Updated | 2018-04-03 |
Publish Date | 2018-04-03 |
Rating | 4.31/5 Total 16 Ratings |
Developer | danbovey |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/danbovey/Mess |
Help Page URL | https://github.com/danbovey/Mess/issues |
Supported Languages | en,en-US,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mess", "description": "A Discord skin for messenger.com", "author": "Dan Bovey", "version": "1.0.9", "minimum_chrome_version": "36", "default_locale": "en", "options_page": "options.html", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage", "*:\/\/*.messenger.com\/*" ], "content_scripts": [ { "js": [ "js\/content.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.messenger.com\/*" ] } ], "web_accessible_resources": [ "img\/*.svg", "img\/*.png", "font\/*.ttf" ] } |