UnFriendAll
unfriend your facebook contacts
UnFriendAll क्या है?
UnFriendAll https://www.momiplay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "unfriend your facebook contacts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UnFriendAll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How important you are in your friend's mind? How long you don't interact with some of your friends? How many friends you don't want to contact any more for some reason? UnFriendAll can help you manage your friend list efficiently. Say goodbye to low interaction friends and have a nice touch with high interaction friends. UnFriendAll is there to help. Enjoy it!
एक्सटेंशन की मूल जानकारी
नाम | UnFriendAll |
ID | hepfdojjepkcbjibihddkangmhecjifk |
आधिकारिक URL | https://chromewebstore.google.com/detail/unfriendall/hepfdojjepkcbjibihddkangmhecjifk |
विवरण | unfriend your facebook contacts |
फ़ाइल का आकार | 241 KB |
स्थापना संख्या | 601 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-08-13 |
प्रकाशन तिथि | 2021-08-12 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.momiplay.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.momiplay.com |
सहायता पृष्ठ URL | https://www.momiplay.com/73.html |
गोपनीयता नीति पृष्ठ URL | https://mypdfclub.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UnFriendAll", "description": "unfriend your facebook contacts", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "version": "1.0", "permissions": [ "storage", "webNavigation", "identity", "scripting" ], "host_permissions": [ "https:\/\/m.facebook.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": "images\/icon16.png", "default_title": "UnFriendAll", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/friends\/center\/friends*" ], "css": [ "css\/style-content.css", "css\/layer.css" ], "js": [ "js\/jquery-2.2.1.js", "js\/layer.js", "js\/content_script.js" ] } ], "options_page": "options.html", "manifest_version": 3 } |