deface

Minimal Facebook chat without any distractions

deface란 무엇입니까?

deface은(는) Christopher Shelley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimal Facebook chat without any distractions"입니다.

확장 프로그램 스크린샷

screenshot

deface 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}