WhatsApp Web - Background Changer
Change the chat background on the WhatsApp Web Interface.
WhatsApp Web - Background Changer란 무엇입니까?
WhatsApp Web - Background Changer은(는) http://rastercrow.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the chat background on the WhatsApp Web Interface."입니다.
확장 프로그램 스크린샷
WhatsApp Web - Background Changer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NEW UPDATE 1.2 : Added custom default images. WhatsApp Web - Background Changer lets you change the current chat background to a custom one. You simply need to add an URL to the background image you want and it's done! PRIVACY The extension doesn't save any data from the user, Chrome or WhatsApp Web. It also only runs when there is a tab with WhatsApp Web active. LEGAL WhatsApp™ is a trademark of WhatsApp Inc. This is an independent project developed by RasterCrow and has no relationship to WhatsApp™ or WhatsApp Inc. Source Code available here : github.com/RasterCrow/WhatsappWeb-BackgroundChanger
확장 프로그램 기본 정보
이름 | |
ID | inhinhfkmafbnibcooclidbjhagfoaoj |
공식 URL | https://chrome.google.com/webstore/detail/whatsapp-web-background-c/inhinhfkmafbnibcooclidbjhagfoaoj |
설명 | Change the chat background on the WhatsApp Web Interface. |
파일 크기 | 54.84 KB |
설치 횟수 | 989 |
현재 버전 | 1.4 |
최근 업데이트 | 2021-07-09 |
출시 날짜 | 2020-10-18 |
평점 | 2.71/5 총 7 개의 평점 |
개발자 | http://rastercrow.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
도움말 페이지 URL | https://github.com/RasterCrow/WhatsappWeb-BackgroundChanger |
지원되는 언어 | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "default_locale": "en", "version": "1.4", "description": "__MSG_appDesc__", "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "libraries\/jquery.js", "libraries\/arrive.js", "setBackground.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |