FlowExtractor
Download group names, phone numbers from groups and more
FlowExtractorคืออะไร?
FlowExtractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://flow-il.com และคุณลักษณะหลักของมันคือ "Download group names, phone numbers from groups and more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlowExtractor
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |