Who Unfriended Me ?
Find which Facebook friend removed you from their friends list.
Τι είναι το Who Unfriended Me ?;
Το Who Unfriended Me ? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον julien.cardoux, και η κύρια λειτουργία του είναι "Find which Facebook friend removed you from their friends list.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Who Unfriended Me ?
Λήψη αρχείων επέκτασης Who Unfriended Me ? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
'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", " |