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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}