Eggy's Gudetama WallPaper

Get a cute 🍳 wallpaper

What is Eggy's Gudetama WallPaper?

Eggy's Gudetama WallPaper is a Chrome extension developed by Isaiah, and its main feature is "Get a cute 🍳 wallpaper".

Extension Screenshots

screenshot
screenshot

Download Eggy's Gudetama WallPaper Extension CRX File

Download Eggy's Gudetama WallPaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !) 😀                    

Extension Basic Information

Name Eggy's Gudetama WallPaper Eggy's Gudetama WallPaper
ID eggckkmonlfkgeembckobkekhleoifhi
Official URL https://chromewebstore.google.com/detail/eggys-gudetama-wallpaper/eggckkmonlfkgeembckobkekhleoifhi
Description Get a cute 🍳 wallpaper
File Size 1 MB
Installation Count 327
Current Version 3.0
Last Updated 2022-05-18
Publish Date 2022-05-04
Rating 4.29/5 Total 7 Ratings
Developer Isaiah
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}