deface

Minimal Facebook chat without any distractions

¿Qué es deface?

deface es una extensión de Chrome desarrollada por Christopher Shelley, y su función principal es "Minimal Facebook chat without any distractions".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión deface

Descarga archivos de extensión deface en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        If you don't want to get distracted by Facebook, or throw away your privacy with the mobile messenger apps, but are still somehow required to use the chat, deface is the solution.

features

increased chat box size.

remove everything except the chat from facebook.

toggle deface off/on with the icon in the top-left.

*please login to Facebook to use deface.

*Facebook regularly upgrades and modifies its code, which means deface versions last anywhere from 5 minutes to 7 days before I need to update them to keep up with Facebook :) if you have a bug please try reinstalling and send me a description of your problem. Thanks!
sources

Firefox Version: https://addons.mozilla.org/en-US/firefox/addon/deface/
 All the code: https://github.com/basiclaser/deface">https://github.com/basiclaser/deface 


get in touch > 
http://twitter.com/basiclaser

help me continue hacking on deface > 
https://gittip.com/basiclaser                    

Información Básica de la Extensión

Nombre deface deface
ID ihhimmbgggpdandomknjjamhbofgpijj
URL Oficial https://chromewebstore.google.com/detail/deface/ihhimmbgggpdandomknjjamhbofgpijj
Descripción Minimal Facebook chat without any distractions
Tamaño del Archivo 14.82 KB
Cantidad de Instalaciones 39
Versión Actual 0.6
Última Actualización 2014-09-10
Fecha de Publicación 2014-09-10
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador Christopher Shelley
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "deface",
    "version": "0.6",
    "description": "Minimal Facebook chat without any distractions",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/64.png",
        "128": "img\/128.png"
    },
    "author": "basiclaser",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "css": [
                "deface.css"
            ],
            "js": [
                "deface.js"
            ]
        }
    ]
}