Last Faced

When were your friends on Facebook?

Apa itu Last Faced?

Last Faced adalah ekstensi Chrome yang dikembangkan oleh plugin.builders, dan fitur utamanya adalah "When were your friends on Facebook?".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Last Faced

Unduh file ekstensi Last Faced dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Last Faced Last Faced
ID dbelkeikjlhddofanadjchblakkpnjak
URL Resmi https://chromewebstore.google.com/detail/last-faced/dbelkeikjlhddofanadjchblakkpnjak
Deskripsi When were your friends on Facebook?
Ukuran File 16.93 KB
Jumlah Instalasi 925
Versi Saat Ini 1.14
Terakhir Diperbarui 2014-12-29
Tanggal Publikasi 2014-12-28
Penilaian 3.08/5 Total 12 Penilaian
Pengembang plugin.builders
Tipe Pembayaran free
Situs Ekstensi http://plugin.builders
Bahasa yang Didukung 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"
    ]
}