Unfriendly – Facebook Unfriend Notifications
Notifies you of Facebook unfriends and more!
Unfriendly – Facebook Unfriend Notifications क्या है?
Unfriendly – Facebook Unfriend Notifications Nohus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies you of Facebook unfriends and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unfriendly – Facebook Unfriend Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |