FlowExtractor

Download group names, phone numbers from groups and more

What is FlowExtractor?

FlowExtractor is a Chrome extension developed by http://flow-il.com, and its main feature is "Download group names, phone numbers from groups and more".

Extension Screenshots

screenshot

Download FlowExtractor Extension CRX File

Download FlowExtractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Flow Extractor is a phone numbers extractor from WhatsApp groups                    

Extension Basic Information

Name FlowExtractor FlowExtractor
ID likfklhhledblbgneadnicniekcebhdp
Official URL https://chrome.google.com/webstore/detail/flowextractor/likfklhhledblbgneadnicniekcebhdp
Description Download group names, phone numbers from groups and more
File Size 162 KB
Installation Count 395
Current Version 21.6.5
Last Updated 2021-02-06
Publish Date 2021-01-15
Rating 5.00/5 Total 1 Ratings
Developer http://flow-il.com
Email [email protected]
Payment Type free
Extension Website https://Flow-il.com
Help Page URL https://Flow-il.com
Privacy Policy Page URL https://flow-il.com/terms_and_condition
Supported Languages 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\/*"
    ]
}