WA Self Sender - Free Messages Sender
Send Whatsapp message to a single user or to users in sum without saving number
O que é WA Self Sender - Free Messages Sender?
WA Self Sender - Free Messages Sender é uma extensão do Chrome desenvolvida por dichromapp, e sua principal característica é "Send Whatsapp message to a single user or to users in sum without saving number".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WA Self Sender - Free Messages Sender
Baixe arquivos de extensão WA Self Sender - Free Messages Sender no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Send whatsapp messages and connect your users on whatsapp for free using free whatsapp messaging over whatsapp web. Note: 1.This is unofficial enhancement for whatsapp web. 2.We don't store or save any numbers or messages on our server, so that your data is safe with you only. cheers!!!
Informações Básicas da Extensão
Nome | WA Self Sender - Free Messages Sender |
ID | mgfedilgpkhddoioojnbjadedfhahgbf |
URL Oficial | https://chromewebstore.google.com/detail/wa-self-sender-free-messa/mgfedilgpkhddoioojnbjadedfhahgbf |
Descrição | Send Whatsapp message to a single user or to users in sum without saving number |
Tamanho do Arquivo | 720 KB |
Contagem de Instalações | 51,931 |
Versão Atual | 7.0 |
Última Atualização | 2023-11-18 |
Data de Publicação | 2020-10-25 |
Classificação | 3.75/5 Total de 97 Avaliações |
Desenvolvedor | dichromapp |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://docs.google.com/document/d/1WpUvlGUrI7xM6csLMz8Ujbuqiwa24MY2Q_A0MQswhEw/edit?usp=sharing |
Idiomas Suportados | en |
manifest.json | |
{ "manifest_version": 2, "permissions": [ "storage", "unlimitedStorage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WA Self Sender - 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 Sender - Free Messages Sender" }, "web_accessible_resources": [ "wapi.js" ] } |