Last Faced

When were your friends on Facebook?

什麼是Last Faced?

Last Faced是由plugin.builders開發的Chrome擴展程式,該擴展的主要功能是“When were your friends on Facebook?”。

擴展截圖

screenshot
screenshot
screenshot

下載Last Faced擴展crx文件

下載Last Faced擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Last Faced Last Faced
ID dbelkeikjlhddofanadjchblakkpnjak
官方網址 https://chromewebstore.google.com/detail/last-faced/dbelkeikjlhddofanadjchblakkpnjak
簡介 When were your friends on Facebook?
檔案大小 16.93 KB
安裝次數 925
目前版本 1.14
更新時間 2014-12-29
上架時間 2014-12-28
評分 3.08/5 共 12 次評分
開發者 plugin.builders
付費類型 free
擴展官網 http://plugin.builders
支援的語言 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"
    ]
}