WhatsAdd: Tools for Whatsapp Web
Use Whatsapp Web as always with extra powerful functions and utils
WhatsAdd: Tools for Whatsapp Web란 무엇입니까?
WhatsAdd: Tools for Whatsapp Web은(는) David Maíllo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Whatsapp Web as always with extra powerful functions and utils"입니다.
확장 프로그램 스크린샷
WhatsAdd: Tools for Whatsapp Web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enjoy a better Whatsapp for Business usage. Use the original Whatsapp Web + New extra features to make it faster and better. A must-have tool for professional or casual use of Whatsapp Web from your computer. FEATURES * Custom preset messages. * Automatic Emojis while typing - Emoticons like ":)" get replaced. * Text format buttons: Bold, italic and linetrough. * Easily scan and download media contents from chat (images, video, audio). * New features are coming. ----- IMPORTANT: This application is NOT official and is not provided by Whatsapp Inc. It does NOT collect any private data and is only active on web.whatsapp.com. This application is just a basic script that inserts a new menu layer with new buttons and functionalities over the original Whatsapp Web site. Your privacy remains safe.
확장 프로그램 기본 정보
이름 | WhatsAdd: Tools for Whatsapp Web |
ID | foganooblpjodglckabjnkgapdneimoh |
공식 URL | https://chromewebstore.google.com/detail/whatsadd-tools-for-whatsa/foganooblpjodglckabjnkgapdneimoh |
설명 | Use Whatsapp Web as always with extra powerful functions and utils |
파일 크기 | 450 KB |
설치 횟수 | 6,815 |
현재 버전 | 3.7 |
최근 업데이트 | 2023-02-01 |
출시 날짜 | 2019-03-08 |
평점 | 3.33/5 총 9 개의 평점 |
개발자 | David Maíllo |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "3.7", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "19": "images\/favicon.png", "38": "images\/favicon.png", "128": "images\/favicon.png" }, "action": { "default_title": "Settings", "default_icon": { "19": "images\/favicon.png", "38": "images\/favicon.png" } }, "permissions": [ "storage", "downloads" ], "host_permissions": [ "https:\/\/web.whatsapp.com\/*" ], "content_scripts": [ { "js": [ "js\/lib\/jquery-1.9.1.min.js", "js\/app.js", "js\/cor.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "html\/options.html", "images\/favicon.png" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "use_dynamic_url": false } ], "background": { "service_worker": "background.js" }, "options_page": "html\/options.html" } |