WA Self Messenger - Free Messages Sender
Send Whatsapp message to a single user or to users in sum without saving number
Cos'è WA Self Messenger - Free Messages Sender?
WA Self Messenger - Free Messages Sender è un'estensione di Chrome sviluppata da dichromapp, e la sua funzione principale è "Send Whatsapp message to a single user or to users in sum without saving number".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WA Self Messenger - Free Messages Sender
Scarica i file di estensione WA Self Messenger - Free Messages Sender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WA Self Messenger - Free Messages Sender |
ID | eokjhileejgkmfdhlaloanednmhjkein |
URL Ufficiale | https://chromewebstore.google.com/detail/wa-self-messenger-free-me/eokjhileejgkmfdhlaloanednmhjkein |
Descrizione | Send Whatsapp message to a single user or to users in sum without saving number |
Dimensione del File | 720 KB |
Conteggio Installazioni | 5,206 |
Versione Corrente | 7.0 |
Ultimo Aggiornamento | 2023-11-18 |
Data di Pubblicazione | 2021-09-12 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | dichromapp |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1WpUvlGUrI7xM6csLMz8Ujbuqiwa24MY2Q_A0MQswhEw/edit?usp=sharing |
Lingue Supportate | 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" ] } |