WA Self Messenger - Free Messages Sender
Send Whatsapp message to a single user or to users in sum without saving number
什么是WA Self Messenger - Free Messages Sender?
WA Self Messenger - Free Messages Sender是由dichromapp开发的Chrome扩展程序,该扩展的主要功能是“Send Whatsapp message to a single user or to users in sum without saving number”。
扩展截图
下载WA Self Messenger - Free Messages Sender扩展crx文件
下载WA Self Messenger - Free Messages Sender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Send Whatsapp messages for free
**We do not store any data of our users on our servers, so that data is safe to you itself.
**We are not associated with whatsapp in any form. We are only unofficial enhancements for whatsapp web. 扩展基本信息
| 名称 | |
| ID | eokjhileejgkmfdhlaloanednmhjkein |
| 官方URL | https://chromewebstore.google.com/detail/wa-self-messenger-free-me/eokjhileejgkmfdhlaloanednmhjkein |
| 简介 | Send Whatsapp message to a single user or to users in sum without saving number |
| 文件大小 | 720 KB |
| 安装次数 | 5,206 |
| 当前版本 | 7.0 |
| 更新时间 | 2023-11-18 |
| 上架时间 | 2021-09-12 |
| 评分 | 5.00/5 共10次评分 |
| 开发者 | dichromapp |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://docs.google.com/document/d/1WpUvlGUrI7xM6csLMz8Ujbuqiwa24MY2Q_A0MQswhEw/edit?usp=sharing |
| 支持的语言 | en |
| manifest.json | |
{
"manifest_version": 2,
"permissions": [
"storage",
"unlimitedStorage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WA Self Messenger - Free Messages Sender",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"jquerymin.js",
"content.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/*"
]
}
],
"description": "Send Whatsapp message to a single user or to users in sum without saving number",
"icons": {
"128": "img\/icon.png",
"16": "img\/icon.png",
"48": "img\/icon.png"
},
"version": "7.0",
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html",
"default_title": "WA Self Messenger - Free Messages Sender"
},
"web_accessible_resources": [
"wapi.js"
]
} | |