deface

Minimal Facebook chat without any distractions

deface là gì?

deface là một tiện ích mở rộng Chrome được phát triển bởi Christopher Shelley, và tính năng chính của nó là "Minimal Facebook chat without any distractions".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng deface

Tải xuống các tệp mở rộng deface 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

                        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                    

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

Tên deface deface
ID ihhimmbgggpdandomknjjamhbofgpijj
URL Chính Thức https://chromewebstore.google.com/detail/deface/ihhimmbgggpdandomknjjamhbofgpijj
Mô tả Minimal Facebook chat without any distractions
Kích Thước Tệp 14.82 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2014-09-10
Ngày Phát Hành 2014-09-10
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Christopher Shelley
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}