Who Unfriended Me ?
Find which Facebook friend removed you from their friends list.
Who Unfriended Me ?란 무엇입니까?
Who Unfriended Me ?은(는) julien.cardoux에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find which Facebook friend removed you from their friends list."입니다.
확장 프로그램 스크린샷
Who Unfriended Me ? 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
'Who Unfriended Me ?' is a Google Chrome extension created to help you know who removed you from their Friends List. Thanks to 'Who Unfriended Me ?' you will be able to : • See which friends removed you from their friends list. • You can access people's profile who unfriended you if they didn't block you. • See if a friend blocked you or simply removed you. • See new friends. • Use this extension on any friends list. 'Who Unfriended Me ?' doesn't require any login. ───────────────────────────── How to use : 1) You need to save your friends list : Go to your friends list or just simply click the first button. Scroll down to show your whole friends list. Click on 'Save Friends List' to save your current friends list. 2) Check if anyone removed you from their friends : Go to your friends list or just simply click the first button. Scroll down to show your whole friends list. Click on 'Am I Unfriended' to see if anyone removed you from their friends list. ───────────────────────────── There is no data saved outside your computer, everything is kept local. ───────────────────────────── This extension is not created nor endorsed by Facebook™ Inc. Facebook™ is a trademark of Facebook™ Inc. This extension has no connection to Facebook™ inc.
확장 프로그램 기본 정보
이름 | |
ID | nkcdiapbgjgfoilbhghlijoodaimbmin |
공식 URL | https://chrome.google.com/webstore/detail/who-unfriended-me/nkcdiapbgjgfoilbhghlijoodaimbmin |
설명 | Find which Facebook friend removed you from their friends list. |
파일 크기 | 57.88 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-08-23 |
출시 날짜 | 2018-08-23 |
평점 | 1.94/5 총 18 개의 평점 |
개발자 | julien.cardoux |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Who Unfriended Me ?", "description": "Find which Facebook friend removed you from their friends list.", "version": "1.0", "browser_action": { "default_title": "Who Unfriended Me ?", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.1.0.min.js", "content.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "https:\/\/www.facebook.com\/", "http:\/\/www.facebook.com\/", "storage", "tabs", " |