Eggy's Gudetama WallPaper
Get a cute 🍳 wallpaper
Eggy's Gudetama WallPaper란 무엇입니까?
Eggy's Gudetama WallPaper은(는) Isaiah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get a cute 🍳 wallpaper"입니다.
확장 프로그램 스크린샷
Eggy's Gudetama WallPaper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of the default browser look? Well this is the browser extension for you ! This gives your google chrome Home page, and all google searches, a amazing and cute Gudetama background. Newest Update ! - The new current version 3.00 provides backgrounds for not only google.com, but for all websites ! - With Brand New bug fixes ! - unreadable search issue Fixed ! (Now with a cleaner and better looking background which supports both Light and Dark Mode for chrome !) 😀
확장 프로그램 기본 정보
이름 | Eggy's Gudetama WallPaper |
ID | eggckkmonlfkgeembckobkekhleoifhi |
공식 URL | https://chromewebstore.google.com/detail/eggys-gudetama-wallpaper/eggckkmonlfkgeembckobkekhleoifhi |
설명 | Get a cute 🍳 wallpaper |
파일 크기 | 1 MB |
설치 횟수 | 327 |
현재 버전 | 3.0 |
최근 업데이트 | 2022-05-18 |
출시 날짜 | 2022-05-04 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | Isaiah |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Eggy's Gudetama WallPaper", "description": "Get a cute \ud83c\udf73 wallpaper", "version": "3.0", "icons": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "page_action": { "default_icon": { "16": "\/images\/icon_16.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "main.css" ] } ] } |