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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | WA Self Messenger - Free Messages Sender |
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" ] } |