WABuddy
WebExtension that adds extra functionalities to WhatsApp Web™️
WABuddy란 무엇입니까?
WABuddy은(는) rafaismyname에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebExtension that adds extra functionalities to WhatsApp Web™️"입니다.
확장 프로그램 스크린샷
WABuddy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BOOST your WhatsApp Web™️ with SUPER POWERS! 💬🔥 Enhance your Whatsapp Web™️ experience with this amazing features: 🤘🏼Hide List: Hide annoying contacts! Keep your chatlist enjoyable again! ⚡️Message Macros: Add quick message macros for a faster response! 👸🏼WYSINWYG: Enables an utility bar on top of your compose message's bar allowing you to easily format your text.
확장 프로그램 기본 정보
이름 | |
ID | kpakemodngdilkffhnfofaggnfgclgao |
공식 URL | https://chrome.google.com/webstore/detail/wabuddy/kpakemodngdilkffhnfofaggnfgclgao |
설명 | WebExtension that adds extra functionalities to WhatsApp Web™️ |
파일 크기 | 76.07 KB |
설치 횟수 | 236 |
현재 버전 | 0.2.3 |
최근 업데이트 | 2018-11-21 |
출시 날짜 | 2018-11-21 |
평점 | 1.50/5 총 2 개의 평점 |
개발자 | rafaismyname |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://rafaismyname.github.io/WhatsBuddy/ |
도움말 페이지 URL | https://github.com/rafaismyname/WhatsBuddy/issues |
개인정보 보호 정책 페이지 URL | https://rafaismy.name |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WABuddy", "description": "WebExtension that adds extra functionalities to WhatsApp Web\u2122\ufe0f", "version": "0.2.3", "icons": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon.png" }, "browser_action": [], "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": false, "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "chat\/chat.js", "list\/list.js" ], "css": [ "chat\/chat.css", "list\/list.css" ] } ], "permissions": [ "storage" ] } |