Unfriendly – Facebook Unfriend Notifications
Notifies you of Facebook unfriends and more!
Unfriendly – Facebook Unfriend Notifications란 무엇입니까?
Unfriendly – Facebook Unfriend Notifications은(는) Nohus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifies you of Facebook unfriends and more!"입니다.
확장 프로그램 스크린샷
Unfriendly – Facebook Unfriend Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unfriendly will show you a notification when someone unfriends you on Facebook. You can also click the browser button to see how your friend list changed over time (since you installed Unfriendly). Unlike similar extensions, Unfriendly sends no data at all to anyone, so your privacy is safe. Facebook is the only site it contacts, to check your friend list. Unfriendly is free and contains no ads. Install it now and you will always know when someone removes you on Facebook! If you like it, please rate it and tell your friends or share on social media! Unfriendly is not affiliated with Facebook. The name Facebook is a trademark of Facebook Inc.
확장 프로그램 기본 정보
이름 | |
ID | cdafmffkfnfiebeeplnbpfjhanjegnkp |
공식 URL | https://chrome.google.com/webstore/detail/unfriendly-%E2%80%93-facebook-unf/cdafmffkfnfiebeeplnbpfjhanjegnkp |
설명 | Notifies you of Facebook unfriends and more! |
파일 크기 | 168 KB |
설치 횟수 | 4,798 |
현재 버전 | 8.0 |
최근 업데이트 | 2019-06-02 |
출시 날짜 | 2019-06-02 |
평점 | 3.14/5 총 81 개의 평점 |
개발자 | Nohus |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://files.nohus.eu/Unfriendly/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unfriendly \u2013 Facebook Unfriend Notifications", "short_name": "Unfriendly", "description": "Notifies you of Facebook unfriends and more!", "version": "8.0", "author": "Nohus", "icons": { "48": "icon48.png", "128": "icon128.png", "512": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "notifications", "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*" ] } |