Distraction-free Facebook Chat UI

This extension hides everything on Facebook except for chat

What is Distraction-free Facebook Chat UI?

Distraction-free Facebook Chat UI is a Chrome extension developed by http://wadehammes.com, and its main feature is "This extension hides everything on Facebook except for chat".

Extension Screenshots

screenshot
screenshot

Download Distraction-free Facebook Chat UI Extension CRX File

Download Distraction-free Facebook Chat UI 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

                        This simple extension allows you to show and hide Facebook UI elements (currently the top blue-bar and the global container - newsfeed, profiles, etc.) so you can chat without the distraction of everything else.

To use: install the extension, browse to Facebook, and refresh. In the bottom right of the window next to chat, you should see a button labeled "Hide Facebook". Boom.

Note: names are hidden in extension screenshots for safety of those shown. The extension does not hide the names of those you are chatting with or in your friend list. That would be silly.

Changelog:
v.1.1.2 - updated right spacing of button to align better with new minified Facebook chat bar.

v1.1.1 - updated the extension to add an overlay instead of hiding elements with CSS. There was a big performance issue that I think this update will correct. Let me know if you are still experience Facebook running slower with this enabled!                    

Extension Basic Information

Name Distraction-free Facebook Chat UI Distraction-free Facebook Chat UI
ID bekopiljnnbamkegeidmbmbopennjgke
Official URL https://chrome.google.com/webstore/detail/distraction-free-facebook/bekopiljnnbamkegeidmbmbopennjgke
Description This extension hides everything on Facebook except for chat
File Size 122 KB
Installation Count 188
Current Version 1.1.2
Last Updated 2015-03-10
Publish Date 2015-03-10
Rating 4.86/5 Total 7 Ratings
Developer http://wadehammes.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Distraction-free Facebook Chat UI",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "This extension hides everything on Facebook except for chat",
    "homepage_url": "http:\/\/wadehammes.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/inject\/inject.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}