W.Beautifier
Beautify Whatsapp™ Web by changing wallpaper and background.
W.Beautifier란 무엇입니까?
W.Beautifier은(는) ChanPete에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautify Whatsapp™ Web by changing wallpaper and background."입니다.
확장 프로그램 스크린샷
W.Beautifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
——————————————————— LEGAL ——————————————————— WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. This is an independent project developed by ChanPete and has no relationship to WhatsApp™ or WhatsApp Inc. ——————————————————— Icon provided by icons8.com.
확장 프로그램 기본 정보
이름 | W.Beautifier |
ID | hijmmbcognankbjbelmnemknofcffako |
공식 URL | https://chromewebstore.google.com/detail/wbeautifier/hijmmbcognankbjbelmnemknofcffako |
설명 | Beautify Whatsapp™ Web by changing wallpaper and background. |
파일 크기 | 985 KB |
설치 횟수 | 3,174 |
현재 버전 | 6.1.0 |
최근 업데이트 | 2022-12-14 |
출시 날짜 | 2019-03-23 |
평점 | 3.92/5 총 50 개의 평점 |
개발자 | ChanPete |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "W.Beautifier", "description": "Beautify Whatsapp\u2122 Web by changing wallpaper and background.", "version": "6.1.0", "icons": { "128": "\/res\/icon.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "\/lib\/jquery.js", "display.js", "menu.js", "imageHandler.js" ], "css": [ "display.css", "menu.css" ] } ], "action": { "default_icon": { "19": "\/res\/icon-19.png", "38": "\/res\/icon-38.png" }, "default_popup": "popup.html", "default_title": "change the wallpaper" }, "web_accessible_resources": [ { "resources": [ "\/res\/icon-38-white.png", "\/res\/change_wallpaper.png", "\/res\/change_background.png", "\/res\/default_mode.png", "\/res\/cover_mode.png", "\/res\/contain_mode.png", "\/res\/change_horizontal.png", "\/res\/change_vertical.png" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |