Distraction-free Facebook Chat UI

This extension hides everything on Facebook except for chat

Distraction-free Facebook Chat UI là gì?

Distraction-free Facebook Chat UI là một tiện ích mở rộng Chrome được phát triển bởi http://wadehammes.com, và tính năng chính của nó là "This extension hides everything on Facebook except for chat".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Distraction-free Facebook Chat UI

Tải xuống các tệp mở rộng Distraction-free Facebook Chat UI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Distraction-free Facebook Chat UI Distraction-free Facebook Chat UI
ID bekopiljnnbamkegeidmbmbopennjgke
URL Chính Thức https://chrome.google.com/webstore/detail/distraction-free-facebook/bekopiljnnbamkegeidmbmbopennjgke
Mô tả This extension hides everything on Facebook except for chat
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 188
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2015-03-10
Ngày Phát Hành 2015-03-10
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển http://wadehammes.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}