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
公式URL 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"
    ]
}