FaceLift

This extension provides extra utilities to Facebook.

什么是FaceLift?

FaceLift是由Matt Balmer开发的Chrome扩展程序,该扩展的主要功能是“This extension provides extra utilities to Facebook.”。

下载FaceLift扩展crx文件

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

扩展使用说明

                        Simple Chrome Extension that makes minor visual improvements to Facebook.com.

The primary change is the movement of the notifications are back to the left side of the screen.                    

扩展基本信息

名称 FaceLift FaceLift
ID cddlbdoffchpgepeblilpomhfbblcnlo
官方URL https://chromewebstore.google.com/detail/facelift/cddlbdoffchpgepeblilpomhfbblcnlo
简介 This extension provides extra utilities to Facebook.
文件大小 32.22 KB
安装次数 66
当前版本 0.0.9
更新时间 2016-02-19
上架时间 2016-02-19
评分 3.47/5 共19次评分
开发者 Matt Balmer
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FaceLift",
    "version": "0.0.9",
    "description": "This extension provides extra utilities to Facebook.",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "facelift.css"
            ]
        }
    ]
}