deface

Minimal Facebook chat without any distractions

什么是deface?

deface是由Christopher Shelley开发的Chrome扩展程序,该扩展的主要功能是“Minimal Facebook chat without any distractions”。

扩展截图

screenshot

下载deface扩展crx文件

下载deface扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 deface deface
ID ihhimmbgggpdandomknjjamhbofgpijj
官方URL https://chromewebstore.google.com/detail/deface/ihhimmbgggpdandomknjjamhbofgpijj
简介 Minimal Facebook chat without any distractions
文件大小 14.82 KB
安装次数 39
当前版本 0.6
更新时间 2014-09-10
上架时间 2014-09-10
评分 4.00/5 共5次评分
开发者 Christopher Shelley
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}