Last Faced
When were your friends on Facebook?
Cos'è Last Faced?
Last Faced è un'estensione di Chrome sviluppata da plugin.builders, e la sua funzione principale è "When were your friends on Facebook?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Last Faced
Scarica i file di estensione Last Faced in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dbelkeikjlhddofanadjchblakkpnjak |
| URL Ufficiale | https://chromewebstore.google.com/detail/last-faced/dbelkeikjlhddofanadjchblakkpnjak |
| Descrizione | When were your friends on Facebook? |
| Dimensione del File | 16.93 KB |
| Conteggio Installazioni | 925 |
| Versione Corrente | 1.14 |
| Ultimo Aggiornamento | 2014-12-29 |
| Data di Pubblicazione | 2014-12-28 |
| Valutazione | 3.08/5 Totale 12 Valutazioni |
| Sviluppatore | plugin.builders |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://plugin.builders |
| Lingue Supportate | 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"
]
} | |