Unwanted Soical Friends Remover 2024
It will automatically Delete All Firends on FESBQ on the base of your input value
Unwanted Soical Friends Remover 2024 क्या है?
Unwanted Soical Friends Remover 2024 zakirullahkhan6269 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It will automatically Delete All Firends on FESBQ on the base of your input value"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unwanted Soical Friends Remover 2024 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Download the Extension! Note: Change your language to English(US). * Click on the Extension icon. * Load your friend list (1st Step) * Type in the input field (2nd Step) * Then click on (Remove) button. * Enjoy! * This Extension is not endorsed by maintained, authorized, or sponsored by Facebook(TM) . The use of the Facebook(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with Facebook(TM) or their product brand. * Mass deleting unwanted friends on Facebook(TM) has never been easier With this extension you can mass delete all unwanted friends from Facebook(TM).
एक्सटेंशन की मूल जानकारी
नाम | Unwanted Soical Friends Remover 2024 |
ID | lkejibobcgidlhlneodjbhbkdpmhkooi |
आधिकारिक URL | https://chromewebstore.google.com/detail/unwanted-soical-friends-r/lkejibobcgidlhlneodjbhbkdpmhkooi |
विवरण | It will automatically Delete All Firends on FESBQ on the base of your input value |
फ़ाइल का आकार | 6.95 MB |
स्थापना संख्या | 273 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2024-01-28 |
प्रकाशन तिथि | 2022-10-27 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | zakirullahkhan6269 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unwanted Soical Friends Remover 2024", "short_name": "SPFR", "version": "1.8", "manifest_version": 3, "description": "It will automatically Delete All Firends on FESBQ on the base of your input value", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "SPFR", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" } } |