dev messenger

applies a dark console like theme to facebook messenger

What is dev messenger?

dev messenger is a Chrome extension developed by attiewilly, and its main feature is "applies a dark console like theme to facebook messenger".

Extension Screenshots

screenshot
screenshot

Download dev messenger Extension CRX File

Download dev messenger 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

                        Transforms the facebook messenger's interface to look more like a distraction free console. The bright letters on a dark background are also more resting for the eyes                    

Extension Basic Information

Name dev messenger dev messenger
ID omhmoiolkafieenilfphinccnecpenlc
Official URL https://chromewebstore.google.com/detail/dev-messenger/omhmoiolkafieenilfphinccnecpenlc
Description applies a dark console like theme to facebook messenger
File Size 339 KB
Installation Count 20
Current Version 2.3
Last Updated 2016-10-30
Publish Date 2016-10-30
Rating 2.50/5 Total 2 Ratings
Developer attiewilly
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dev messenger",
    "version": "2.3",
    "description": "applies a dark console like theme to facebook messenger",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "dev messenger"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.messenger.com\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-1.11.2.min.js",
                "makeItNicer.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2
}