Last Faced

When were your friends on Facebook?

What is Last Faced?

Last Faced is a Chrome extension developed by plugin.builders, and its main feature is "When were your friends on Facebook?".

Extension Screenshots

screenshot
screenshot
screenshot

Download Last Faced Extension CRX File

Download Last Faced 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

                        Find out when your friend was on Facebook.

NOTE: It can only work for friends you have messaged, and use FB mobile app.

Updates:
Version 1.13
 - Search function added.
 - Fixed a bug in name tip.                    

Extension Basic Information

Name Last Faced Last Faced
ID dbelkeikjlhddofanadjchblakkpnjak
Official URL https://chromewebstore.google.com/detail/last-faced/dbelkeikjlhddofanadjchblakkpnjak
Description When were your friends on Facebook?
File Size 16.93 KB
Installation Count 925
Current Version 1.14
Last Updated 2014-12-29
Publish Date 2014-12-28
Rating 3.08/5 Total 12 Ratings
Developer plugin.builders
Payment Type free
Extension Website http://plugin.builders
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Last Faced",
    "description": "When were your friends on Facebook?",
    "version": "1.14",
    "icons": {
        "19": "images\/lastfaced19.png",
        "38": "images\/lastfaced48.png",
        "128": "images\/lastfaced128.png"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "onpage.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": [],
    "web_accessible_resources": [
        "images\/*.png",
        "updates.json"
    ]
}