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 - это расширение Chrome, разработанное dichromapp, и его основная функция - "Send Whatsapp message to a single user or to users in sum without saving number".
Снимки экрана расширения
Скачать файл CRX расширения WA Self Messenger - Free Messages Sender
Скачайте файлы расширений 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"
]
} | |