FlowExtractor
Download group names, phone numbers from groups and more
FlowExtractor क्या है?
FlowExtractor http://flow-il.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download group names, phone numbers from groups and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FlowExtractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Flow Extractor is a phone numbers extractor from WhatsApp groups
एक्सटेंशन की मूल जानकारी
नाम | |
ID | likfklhhledblbgneadnicniekcebhdp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/flowextractor/likfklhhledblbgneadnicniekcebhdp |
विवरण | Download group names, phone numbers from groups and more |
फ़ाइल का आकार | 162 KB |
स्थापना संख्या | 395 |
वर्तमान संस्करण | 21.6.5 |
अंतिम अपडेट | 2021-02-06 |
प्रकाशन तिथि | 2021-01-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://flow-il.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://Flow-il.com |
सहायता पृष्ठ URL | https://Flow-il.com |
गोपनीयता नीति पृष्ठ URL | https://flow-il.com/terms_and_condition |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "jquery.min.js" ] }, "browser_action": { "default_icon": "imgs\/128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "js.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*", "http:\/\/web.whatsapp.com\/*" ] } ], "icons": { "16": "imgs\/16.png", "32": "imgs\/32.png", "128": "imgs\/128.png" }, "description": "Download group names, phone numbers from groups and more", "manifest_version": 2, "name": "FlowExtractor", "permissions": [ "tabs", "activeTab", "storage" ], "short_name": "FlowExtractor", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "21.6.5", "web_accessible_resources": [ "\/scripts\/*" ] } |