Eggy's Gudetama WallPaper

Get a cute 🍳 wallpaper

Cos'è Eggy's Gudetama WallPaper?

Eggy's Gudetama WallPaper è un'estensione di Chrome sviluppata da Isaiah, e la sua funzione principale è "Get a cute 🍳 wallpaper".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Eggy's Gudetama WallPaper

Scarica i file di estensione Eggy's Gudetama WallPaper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Eggy's Gudetama WallPaper Eggy's Gudetama WallPaper
ID eggckkmonlfkgeembckobkekhleoifhi
URL Ufficiale https://chromewebstore.google.com/detail/eggys-gudetama-wallpaper/eggckkmonlfkgeembckobkekhleoifhi
Descrizione Get a cute 🍳 wallpaper
Dimensione del File 1 MB
Conteggio Installazioni 327
Versione Corrente 3.0
Ultimo Aggiornamento 2022-05-18
Data di Pubblicazione 2022-05-04
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore Isaiah
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}