Distraction-free Facebook Chat UI

This extension hides everything on Facebook except for chat

Τι είναι το Distraction-free Facebook Chat UI;

Το Distraction-free Facebook Chat UI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://wadehammes.com, και η κύρια λειτουργία του είναι "This extension hides everything on Facebook except for chat".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Distraction-free Facebook Chat UI

Λήψη αρχείων επέκτασης Distraction-free Facebook Chat UI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Distraction-free Facebook Chat UI Distraction-free Facebook Chat UI
ID bekopiljnnbamkegeidmbmbopennjgke
Επίσημο URL https://chrome.google.com/webstore/detail/distraction-free-facebook/bekopiljnnbamkegeidmbmbopennjgke
Περιγραφή This extension hides everything on Facebook except for chat
Μέγεθος Αρχείου 122 KB
Αριθμός Εγκαταστάσεων 188
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2015-03-10
Ημερομηνία Δημοσίευσης 2015-03-10
Αξιολόγηση 4.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής http://wadehammes.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}