FlowExtractor
Download group names, phone numbers from groups and more
什么是FlowExtractor?
FlowExtractor是由http://flow-il.com开发的Chrome扩展程序,该扩展的主要功能是“Download group names, phone numbers from groups and more”。
扩展截图
下载FlowExtractor扩展crx文件
下载FlowExtractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |