Friend Convert
Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.
Friend Convert क्या है?
Friend Convert https://friendconvert.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Friend Convert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
➤ This simple Facebook Chrome Extension helps you: ✔️ Build a targeted audience from any Facebook group you are a member of based on your preferred keyword, time limit and delay. ✔️ Delete annoying pending friend requests. ➤ Want to get started today? Just click on the blue ADD TO CHROME button above. Note: This extension is not affiliated with Facebook in any way.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nkjcinfmbjpcniiolelgnfaiiaofdedm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/friend-convert/nkjcinfmbjpcniiolelgnfaiiaofdedm |
विवरण | Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click. |
फ़ाइल का आकार | 918 KB |
स्थापना संख्या | 326 |
वर्तमान संस्करण | 2.0.0 |
अंतिम अपडेट | 2023-01-23 |
प्रकाशन तिथि | 2020-04-15 |
रेटिंग | 2.63/5 कुल 8 रेटिंग्स |
डेवलपर | https://friendconvert.net |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://friendconvert.net/ |
सहायता पृष्ठ URL | https://docs.friendconvert.net/ |
गोपनीयता नीति पृष्ठ URL | https://friendconvert.net/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Friend Convert", "short_name": "Friend Convert", "version": "2.0.0", "description": "Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.", "background": { "service_worker": "\/assets\/js\/background\/bg-loader.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "action": { "browser_style": false, "default_icon": { "128": "icon128.png" }, "default_title": "Friend Convert", "default_popup": "\/index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "\/assets\/js\/manage_requests.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/contentscript.js" ], "css": [ "\/assets\/css\/contentscript.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/images\/*.png" ], "matches": [ " |