WAw background changer
Change your web app background using this extension. Either enter a URL or upload you custom picture.
WAw background changer란 무엇입니까?
WAw background changer은(는) Yactis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your web app background using this extension. Either enter a URL or upload you custom picture."입니다.
확장 프로그램 스크린샷
WAw background changer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will add a cool new functionality to your web app. By using this extension you are able to set custom backgrounds. Either provide a URL or upload your own custom image from your desktop. WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAw background changer has no relationship to WhatsApp™ or WhatsApp Inc.
확장 프로그램 기본 정보
이름 | WAw background changer |
ID | eijlcciihanokedpgaoddjoemphhkjlj |
공식 URL | https://chromewebstore.google.com/detail/waw-background-changer/eijlcciihanokedpgaoddjoemphhkjlj |
설명 | Change your web app background using this extension. Either enter a URL or upload you custom picture. |
파일 크기 | 44.8 KB |
설치 횟수 | 19 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2020-03-29 |
출시 날짜 | 2020-03-29 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Yactis |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://yactis.nl/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WAw background changer", "description": "Change your web app background using this extension. Either enter a URL or upload you custom picture.", "version": "1.1.3", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "vendor\/jQuery\/jquery-3.2.1.min.js", "js\/content.js" ], "css": [ "css\/custom.css" ] } ], "icons": { "128": "WAw background changer.png" }, "browser_action": { "default_popup": "options.html" }, "permissions": [ "storage", "unlimitedStorage" ], "options_page": "options.html" } |