Eggy's Gudetama WallPaper

Get a cute 🍳 wallpaper

Eggy's Gudetama WallPaperคืออะไร?

Eggy's Gudetama WallPaper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Isaiah และคุณลักษณะหลักของมันคือ "Get a cute 🍳 wallpaper"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eggy's Gudetama WallPaper

ดาวน์โหลดไฟล์ส่วนขยาย Eggy's Gudetama WallPaper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}