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 |
| 官方網址 | 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"
]
} | |