Last Faced

When were your friends on Facebook?

Last Facedคืออะไร?

Last Faced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย plugin.builders และคุณลักษณะหลักของมันคือ "When were your friends on Facebook?"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Last Faced

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}