Last Faced

When were your friends on Facebook?

Last Faced क्या है?

Last Faced plugin.builders द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When were your friends on Facebook?"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Last Faced एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}