FaceLift

This extension provides extra utilities to Facebook.

What is FaceLift?

FaceLift is a Chrome extension developed by Matt Balmer, and its main feature is "This extension provides extra utilities to Facebook.".

Download FaceLift Extension CRX File

Download FaceLift extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FaceLift FaceLift
ID cddlbdoffchpgepeblilpomhfbblcnlo
Official URL https://chromewebstore.google.com/detail/facelift/cddlbdoffchpgepeblilpomhfbblcnlo
Description This extension provides extra utilities to Facebook.
File Size 32.22 KB
Installation Count 66
Current Version 0.0.9
Last Updated 2016-02-19
Publish Date 2016-02-19
Rating 3.47/5 Total 19 Ratings
Developer Matt Balmer
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}