whatsapp助手
针对whatsapp联系人以及群组进行消息群发,一键提取群组好友,群发消息,号码验证
What is whatsapp助手?
whatsapp助手 is a Chrome extension developed by 江西顶易科技发展有限公司, and its main feature is "针对whatsapp联系人以及群组进行消息群发,一键提取群组好友,群发消息,号码验证".
Extension Screenshots
Download whatsapp助手 Extension CRX File
Download whatsapp助手 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
针对whatsapp联系人以及群组进行消息群发,一键提取群组好友,号码验证,批量群发消息。
Extension Basic Information
Name | |
ID | njliignljlfahgjjchlckolonjjgpbmn |
Official URL | https://chrome.google.com/webstore/detail/whatsapp%E5%8A%A9%E6%89%8B/njliignljlfahgjjchlckolonjjgpbmn |
Description | 针对whatsapp联系人以及群组进行消息群发,一键提取群组好友,群发消息,号码验证 |
File Size | 647 KB |
Installation Count | 1,000 |
Current Version | 1.1.2 |
Last Updated | 2021-04-27 |
Publish Date | 2021-04-24 |
Rating | 1.25/5 Total 4 Ratings |
Developer | 江西顶易科技发展有限公司 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://h.topeasysoft.com/yinsi.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whatsapp\u52a9\u624b", "version": "1.1.2", "description": "\u9488\u5bf9whatsapp\u8054\u7cfb\u4eba\u4ee5\u53ca\u7fa4\u7ec4\u8fdb\u884c\u6d88\u606f\u7fa4\u53d1,\u4e00\u952e\u63d0\u53d6\u7fa4\u7ec4\u597d\u53cb\uff0c\u7fa4\u53d1\u6d88\u606f\uff0c\u53f7\u7801\u9a8c\u8bc1", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_16.png", "38": "img\/icon_48.png" }, "default_title": "whatsapp", "default_popup": "html\/popup.html" }, "homepage_url": "https:\/\/web.whatsapp.com\/", "background": { "page": "html\/background.html" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/localhost:*\/*", "*:\/\/127.0.0.1:*\/*", "https:\/\/web.whatsapp.com\/*", "chrome-extension:\/\/pjphgffjfinakookmhklfafebjdhcdmc\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/web.whatsapp.com\/* chrome-extension:\/\/pjphgffjfinakookmhklfafebjdhcdmc\/* 'unsafe-inline' 'unsafe-eval' ; default-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline'; img-src * data:; object-src 'self';connect-src *", "content_scripts": [ { "js": [ "js\/jquery-3.3.1.min.js", "js\/layui.all.js", "js\/layerUntil.js", "js\/search.js" ], "match_about_blank": true, "css": [ "js\/css\/layui.css", "css\/layerUntil.css", "css\/mPane2.css" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "*\/*" ], "permissions": [ "background", "tabs", " |