Eggy's Gudetama WallPaper

Get a cute 🍳 wallpaper

Qu'est-ce que Eggy's Gudetama WallPaper ?

Eggy's Gudetama WallPaper est une extension Chrome développée par Isaiah, et sa fonction principale est "Get a cute 🍳 wallpaper".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Eggy's Gudetama WallPaper

Téléchargez les fichiers d'extension Eggy's Gudetama WallPaper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Eggy's Gudetama WallPaper Eggy's Gudetama WallPaper
ID eggckkmonlfkgeembckobkekhleoifhi
URL Officiel https://chromewebstore.google.com/detail/eggys-gudetama-wallpaper/eggckkmonlfkgeembckobkekhleoifhi
Description Get a cute 🍳 wallpaper
Taille du Fichier 1 MB
Nombre d'Installations 327
Version Actuelle 3.0
Dernière Mise à Jour 2022-05-18
Date de Publication 2022-05-04
Évaluation 4.29/5 Total 7 Évaluations
Développeur Isaiah
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}