Last Faced
When were your friends on Facebook?
Last Faced란 무엇입니까?
Last Faced은(는) plugin.builders에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When were your friends on Facebook?"입니다.
확장 프로그램 스크린샷
Last Faced 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |